ColorPicker
Swatches, hex input, eyedropper.
Loading…
Swatches, hex input, eyedropper.
Loading…
Accent/foreground color selection with swatches, hex input, and optional eyedropper.
| Prop | Type | Default | Description |
|---|---|---|---|
| value | string | — | Hex color value. |
| onValueChange | (color: string) => void | — | Change handler. |
| swatches | string[] | — | Preset colors. |
| showEyedropper | boolean | true | Show eyedropper button. |
| className | string | — | Optional CSS class. |
Also copy lib/utils.ts (cn helper):