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-swatch
props
nametypedefaultdescription
color *string-ColorSwatch: hex chip fill.
value *string | null-ColorSwatchPicker: selected hex.
onChange *(hex: string) => void-ColorSwatchPicker.
palettereadonly PaletteColor[]CATEGORY_PALETTEColorSwatchPicker: { name, hex }[] to choose from.