Components
Loading preview...
The component features a full-screen canvas with a rainbow gradient overlay, displays the hex color value that follows your mouse cursor, and shows a notification when you click to copy a color to your clipboard.
npx shadcn@latest add https://21st.dev/r/designali-in/color-pickerimport { ColorPicker } from "@/components/ui/color-picker";
export default function DemoOne() {
return <ColorPicker />;
}