{ "name": "color-swatch-demo", "type": "registry:example", "registryDependencies": [ "color-swatch" ], "files": [ { "path": "examples/color-swatch-demo.tsx", "type": "registry:example", "content": "import { ColorSwatch } from \"@/registry/bases/base/ui/color-swatch\";\n\nexport default function ColorSwatchDemo() {\n return (\n
\n
\n \n Primary Blue\n
\n
\n \n \n \n Different Sizes\n
\n
\n \n Semi-transparent Blue\n
\n
\n Color Palette\n
\n \n \n \n \n \n \n \n
\n
\n
\n \n Disabled\n
\n
\n );\n}\n", "target": "" } ] }