ColorPicker
A ColorPicker component from the Sigil design system.
import { ColorPicker } from "@sigil-ui/components";
<ColorPicker>ColorPicker content</ColorPicker>
| Prop | Type | Default | Description |
|---|
value | string | — | — |
defaultValue | string | — | — |
onChange | (color: string) => void | — | — |
swatches | string[] | — | — |
disabled | boolean | — | — |
| CSS Variable | Purpose |
|---|
--s-radius-md | Radius md |
--s-border | Border |
--s-border-style | Border style |
--s-input-height | Input height |
--s-font-mono | Font mono |
--s-radius-input | Radius input |
--s-background | Background |
--s-text | Text |
--s-primary | Primary |
--s-duration-fast | Duration fast |
--s-radius-sm | Radius sm |