Full HSB color picker with a 2D spectrum area, hue bar, and hex/RGB/HSB input fields. Supports foreground/background swapping.
cd apps/ui-preview && pnpm dev -p 7041 for live preview. Source: packages/editor-ui/src/color-picker| Prop | Type | Description |
|---|---|---|
store | ColorPickerStore | MobX store managing picker state (optional, creates default) |
Component source: packages/editor-ui/src/color-picker
UI Preview page: apps/ui-preview/app/color-picker/page.tsx