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