- Docs
- components
- Color Pickers
Color Pickers
Examples of combining the Primitives to create a full color picker
The following are examples of how you can combine the Primitives to create a full color picker.
Preview
Code
Installation
CLI
Copy & Paste
NPM
PNPM
Bun
Yarn
Color Pickers
Combined
Preview
Code
Multiple Color Spaces
Preview
Code
Sliders
Preview
Code
Eye Dropper
You can make an eyedropper component by using a Button and react-aria context. Check browser support here.
For example:
Preview
Code
Color Spaces
Hex
Preview
Code
Hex + Alpha
Preview
Code
HSB
Preview
Code
HSBA
Preview
Code
HSL
Preview
Code
HSLA
Preview
Code
RGB
Preview
Code
RGBA
Preview
Code