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