Color Picker
A full HSV color picker: three sliders — hue, saturation, and value — compose a color, shown as a hex string with a preview swatch. Each slider is operable with Arrow / Home / End and clickable along its track. The composed hex value is the observable signal.
Preview
Installation
npx shadcn@latest add https://ui.publictheta.com/r/color-picker.jsonConformance
This component conforms to the @publictheta/ui-spec color-picker specification. Run the suite against any implementation with pnpm conformance.