Fortura/apps/www/public/r/fireworks-background-size-speed-demo.json
2025-08-20 04:12:49 -06:00

18 lines
1.1 KiB
JSON

{
"$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 <FireworksBackground\n className=\"absolute inset-0 flex items-center justify-center rounded-xl\"\n fireworkSpeed={{ min: 8, max: 16 }}\n fireworkSize={{ min: 4, max: 10 }}\n particleSpeed={{ min: 4, max: 14 }}\n particleSize={{ min: 2, max: 10 }}\n />\n );\n}\n",
"type": "registry:ui",
"target": "components/animate-ui/demo/backgrounds/fireworks-size-speed.tsx"
}
]
}