Components
All input components ending with Item
have their original counterpart, and differ in some props:
Name | Type | Default | Description |
---|---|---|---|
children | ReactNode | Wrapper component title | |
note | string | Description of what the input component is about | |
style | CSSProperties | Wrapper component style |
Enums listed cannot be accessed on the Item
components. For example, Checkbox.Aligns
is not
available on CheckboxItem.Aligns
.
📄️ Button (Item)
Basic customizable button
📄️ Category
Clickable container used for organizing and grouping components
📄️ Checkbox (Item)
Basic customizable checkbox
📄️ Clickable
Make any element clickable
📄️ ContextMenu
All the components useful for creating context menus
📄️ Divider
Basic divider
📄️ ErrorBoundary
Handles errors and prevents from crashing the entire app
📄️ Flex
Create flexible layouts
📄️ FormItem
Wrapper component used to add a title and/or description to its children
📄️ FormNotice
Display important information within a form
📄️ FormText
Text within a form
📄️ Loader
Display an animated spinner to indicate that a process is in progress
📄️ Modal
All the components useful for creating modals
📄️ Notice
Basic alert
📄️ Radio (Item)
Basic customizable radio group
📄️ Select (Item)
Basic customizable dropdown menu
📄️ Slider (Item)
Basic customizable slider
📄️ Switch (Item)
Basic customizable switch
📄️ Text
Display text
📄️ TextArea
Multi-line textual input
📄️ TextInput
Single-line textual input
📄️ Tooltip
Basic customizable tooltip