{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "hole-background-demo", "type": "registry:ui", "title": "Hole Background Demo", "description": "Demo showing an animated hole background.", "registryDependencies": [ "https://animate-ui.com/r/hole-background" ], "files": [ { "path": "registry/demo/backgrounds/hole/index.tsx", "content": "import { HoleBackground } from '@/components/animate-ui/backgrounds/hole';\n\nexport const HoleBackgroundDemo = () => {\n return (\n \n );\n};\n", "type": "registry:ui", "target": "components/animate-ui/demo/backgrounds/hole.tsx" } ] }