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.
import { ColorPicker } from "@/components/ui/color-picker"; export default function DemoOne() { return <ColorPicker />; }