ColorPicker
ColorPicker Component
Playground
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| showInput | boolean | — | |
| disabled | boolean | — |
Default
WithPresets
Disabled
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
disabled | boolean | — | Whether the picker is disabled |
showInput | boolean | — | Whether to show the hex text input |
Using ColorPickertsx
import { ColorPicker } from '@/components/ColorPicker'
<ColorPicker
showInput="..."
disabled="..."
/>Tokens Used
No design tokens detected