"use client"
import { ColorWheel } from "@/components/ui/color-wheel"
export default function ColorWheelDemo() {
return <ColorWheel aria-label="Background color" />
}
npx shadcn@latest add @intentui/color-wheel-demoUsage varies by registry entry. Refer to the registry docs or source files below for details.