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