{ "$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 \n );\n};\n", "type": "registry:ui", "target": "components/animate-ui/demo/backgrounds/hexagon.tsx" } ] }