{ "name": "color-swatch-transparency-demo", "type": "registry:example", "registryDependencies": [ "color-swatch" ], "files": [ { "path": "examples/color-swatch-transparency-demo.tsx", "type": "registry:example", "content": "import { ColorSwatch } from \"@/registry/bases/base/ui/color-swatch\";\n\nexport default function ColorSwatchTransparencyDemo() {\n return (\n
\n
\n Alpha Transparency\n
\n \n \n \n \n \n
\n
\n
\n HSLA Colors\n
\n \n \n \n \n \n
\n
\n
\n \n Without Transparency Pattern\n \n
\n \n \n \n
\n
\n
\n \n With Transparency Pattern (Default)\n \n
\n \n \n \n
\n
\n
\n );\n}\n", "target": "" } ] }