Foundations
Components
- Accordion
- Alert Dialog
- Avatar
- Badge
- Banner
- BreadcrumbSOON
- Button
- Button Group
- Calendar
- Callout
- Card
- Checkbox
- CodeblockSOON
- Color Picker
- Container
- Control Group
- Dialog
- Dropdown
- File Uploader
- FlexBox
- FormSOON
- Grid View
- IconSOON
- ImageSOON
- Input
- Link
- List
- MenuSOON
- PaginationSOON
- Popover
- Progress
- Radio
- Section
- Select
- Separator
- Skeleton
- SliderSOON
- SpinnerSOON
- Switch
- Table
- Tabs
- Tag
- Textarea
- ToastSOON
- Tooltip
Color Picker
Paint your app with all the colors of the wind using our Color Picker. Select, mix, match and marvel at the result!Examples
API Reference
| Component | Description |
|---|---|
| ColorPicker | A versatile color picker component that supports various color models and display options. |
Component Properties
ColorPicker
| Prop | Type | Default | Explanation |
|---|---|---|---|
color | string | - | The current color value. |
model | string | hex | The color model to use. |
size | string | md | The size of the color picker trigger. |
shape | string | circle | The shape of the color picker trigger. |
shadow | string | none | The shadow depth of the color picker trigger. |
popover | boolean | false | Whether to display the color picker in a popover. |
onChange | (color: string) => void | - | Callback function when the color changes. |