ColorPicker

ColorPicker Component

stable
Playground
Props
PropTypeDefaultValue
showInputboolean
disabledboolean
Default
WithPresets
Disabled
PROPTYPEDEFAULTDESCRIPTION
disabledbooleanWhether the picker is disabled
showInputbooleanWhether to show the hex text input
Using ColorPickertsx
import { ColorPicker } from '@/components/ColorPicker'

<ColorPicker
  showInput="..."
  disabled="..."
/>
Tokens Used
No design tokens detected