components / color-swatch
color-swatch.
a fixed-palette color chip plus a controlled palette picker, with a muted default palette and a next-unused-color helper.
slate-blue
installation
bunx @justin06lee/chrome@latest add color-swatchprops
| name | type | default | description |
|---|---|---|---|
| color * | string | - | ColorSwatch: hex chip fill. |
| value * | string | null | - | ColorSwatchPicker: selected hex. |
| onChange * | (hex: string) => void | - | ColorSwatchPicker. |
| palette | readonly PaletteColor[] | CATEGORY_PALETTE | ColorSwatchPicker: { name, hex }[] to choose from. |