{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "fireworks-background-size-speed-demo", "type": "registry:ui", "title": "Fireworks Background Size Speed Demo", "description": "Demo showing an animated fireworks background with high size and speed.", "registryDependencies": [ "https://animate-ui.com/r/fireworks-background" ], "files": [ { "path": "registry/demo/backgrounds/fireworks-size-speed/index.tsx", "content": "'use client';\n\nimport { FireworksBackground } from '@/components/animate-ui/backgrounds/fireworks';\n\nexport default function FireworksBackgroundSizeSpeedDemo() {\n return (\n \n );\n}\n", "type": "registry:ui", "target": "components/animate-ui/demo/backgrounds/fireworks-size-speed.tsx" } ] }