18 lines
778 B
JSON
18 lines
778 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "hexagon-background-demo",
|
|
"type": "registry:ui",
|
|
"title": "Hexagon Background Demo",
|
|
"description": "Demo showing an animated hexagon background.",
|
|
"registryDependencies": [
|
|
"https://animate-ui.com/r/hexagon-background"
|
|
],
|
|
"files": [
|
|
{
|
|
"path": "registry/demo/backgrounds/hexagon/index.tsx",
|
|
"content": "import { HexagonBackground } from '@/components/animate-ui/backgrounds/hexagon';\n\nexport const HexagonBackgroundDemo = () => {\n return (\n <HexagonBackground className=\"absolute inset-0 flex items-center justify-center rounded-xl\" />\n );\n};\n",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/demo/backgrounds/hexagon.tsx"
|
|
}
|
|
]
|
|
} |