"use client"
import { ColorSwatch } from "@/components/ui/color-swatch"
export default function ColorSwatchSizeDemo() {
return (
<ColorSwatch
className="[--color-swatch-size:--spacing(16)]"
aria-label="Current color"
color="#0d6efd"
/>
)
}
npx shadcn@latest add @intentui/color-swatch-size-demoUsage varies by registry entry. Refer to the registry docs or source files below for details.