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

18 lines
799 B
JSON

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