Fortura/apps/www/registry/backgrounds/bubble/registry-item.json
2025-08-20 04:12:49 -06:00

16 lines
515 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "bubble-background",
"type": "registry:ui",
"title": "Bubble Background",
"description": "An interactive background featuring smoothly animated gradient bubbles, creating a playful, dynamic, and visually engaging backdrop.",
"dependencies": ["motion"],
"files": [
{
"path": "registry/backgrounds/bubble/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/backgrounds/bubble.tsx"
}
]
}