Component color-picker-demo not found in registry.
Installation
Run the following command:
npx @zooai/ui@latest add color-pickerUsage
import { Color Picker } from "@/registry/default/ui/color-picker"
export default function Example() {
return <Color Picker />
}
Examples
Default
Component color-picker-demo not found in registry.
API
Documentation coming soon.
Features
- Built with Radix UI and Tailwind CSS
- Fully accessible and keyboard navigable
- Customizable styling with CSS variables
- TypeScript support
Notes
For more examples and advanced usage, see the examples.