|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- # Action
-
- - [X] `ActionButton`
-
- # Color
-
- - [ ] `ColorSlider`
- - [ ] `Palette`
- - [ ] `Swatch`
-
- # File
-
- - [ ] `FileArea`
- - [ ] `FilePicker`
-
- # Formatted
-
- - [ ] `EmailInput`
- - [ ] `TelInput`
- - [ ] `UrlInput`
-
- # Freeform
-
- - [X] `MaskedTextInput`
- - [X] `MultilineTextInput`
- - [X] `TextInput`
-
- # Geo
-
- - [ ] `Map`
-
- # Information
-
- - [X] `Badge`
-
- # Navigation
-
- - [ ] `Breadcrumb`
- - [X] `LinkButton`
- - [ ] `Stepper`
- - [ ] `TabPanel`
-
- # Numeric
-
- - [ ] `Knob`
- - [ ] `Range2D`
- - [ ] `Slider`
- - [ ] `Spinner`
-
- # Option
-
- - [X] `DropdownSelect`
- - [ ] `MenuSelect`
- - [X] `RadioButton`
- - [X] `RadioTickBox`
- - [ ] `TagInput`
- - [X] `ToggleButton`
- - [X] `ToggleSwitch`
- - [X] `ToggleTickBox`
-
- # Temporal
-
- - [ ] `Calendar`
- - [ ] `Clock`
- - [ ] `DateDropdown`
- - [ ] `DurationInput`
- - [ ] `MonthDaySpinner`
- - [ ] `TimeSpinner`
- - [ ] `YearMonthSpinner`
|