Color Picker
An interactive color picker component with RGB, HSV, and hex support. Features include color panel selection, hue slider, hex input, clipboard integration, and eyedropper tool.
An interactive color picker component with RGB, HSV, and hex support. Features include color panel selection, hue slider, hex input, clipboard integration, and eyedropper tool.
npx uilayouts@latest add color-picker
Props | Type | Default | Description |
---|---|---|---|
color | string | — | The current color value. |
onChange | (color: string) => void | — | Callback fired when the color is changed. |
label | string | — | Label displayed above the color picker. |
isEyeDroppper | boolean | false | Whether to enable the eyedropper feature. |
className | string | false | Whether to enable the eyedropper feature. |