Fortura/apps/www/public/r/hole-background-demo.json
2025-08-20 04:12:49 -06:00

18 lines
748 B
JSON

{
"$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 <HoleBackground className=\"absolute inset-0 flex items-center justify-center rounded-xl\" />\n );\n};\n",
"type": "registry:ui",
"target": "components/animate-ui/demo/backgrounds/hole.tsx"
}
]
}