"use client"
import { ColorField } from "@/components/ui/color-field"
import { Label } from "@/components/ui/field"
import { Input } from "@/components/ui/input"
export default function ColorFieldDemo() {
return (
<ColorField>
<Label>Color</Label>
<Input placeholder="#155DFC" />
</ColorField>
)
}
npx shadcn@latest add @intentui/color-field-demoUsage varies by registry entry. Refer to the registry docs or source files below for details.