"use client"
import { ColorArea } from "@/components/ui/color-area"
export default function ColorAreaChannelDemo() {
return <ColorArea xChannel="alpha" yChannel="blue" />
}
npx shadcn@latest add @intentui/color-area-channel-demoUsage varies by registry entry. Refer to the registry docs or source files below for details.