|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- # Categories
-
- - Action
- - [X] ActionButton
- - Blob (choose to extract each preview component to their own library?)
- - [ ] FileSelectBox
- - Choice
- - [X] ComboBox
- - [X] DropdownSelect
- - [X] MenuSelect
- - [X] RadioButton
- - [X] RadioTickBox
- - Color
- - [ ] ColorPicker
- - [X] Swatch
- - Formatted
- - [X] EmailInput
- - [X] PhoneNumberInput
- - [X] UrlInput
- - Freeform
- - [X] MaskedTextInput
- - [X] MultilineTextInput
- - [X] TextInput
- - Geo
- - [ ] Map
- - Information
- - [X] Badge
- - [X] KeyValueTable
- - MultiChoice
- - [X] MenuMultiSelect
- - [X] TagInput
- - [X] ToggleButton
- - [X] ToggleSwitch
- - [X] ToggleTickBox
- - Navigation
- - [ ] Breadcrumb
- - [X] LinkButton
- - [ ] Pagination
- - [ ] Steps
- - Number
- - [X] Slider
- - [X] Spinner
- - [ ] Matrix2D
- - Rating
- - [ ] Rating
- - RichText
- - [ ] RichTextInput
- - Temporal
- - [ ] Calendar
- - [ ] DateDropdown
- - [ ] DateTimeRangeInput
- - [ ] MonthInput
- - [ ] MonthDayInput
- - [ ] TimeSpinner
- - [ ] YearMonthInput
- - [ ] YearWeekInput
- - [ ] YearInput
-
- # Others
- - [ ] Add `select-none` to input labels, etc.
|