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

18 lines
788 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "gradient-background-demo",
"type": "registry:ui",
"title": "Gradient Background Demo",
"description": "Demo showing an animated gradient background.",
"registryDependencies": [
"https://animate-ui.com/r/gradient-background"
],
"files": [
{
"path": "registry/demo/backgrounds/gradient/index.tsx",
"content": "import { GradientBackground } from '@/components/animate-ui/backgrounds/gradient';\n\nexport const GradientBackgroundDemo = () => {\n return (\n <GradientBackground className=\"absolute inset-0 flex items-center justify-center rounded-xl\" />\n );\n};\n",
"type": "registry:ui",
"target": "components/animate-ui/demo/backgrounds/gradient.tsx"
}
]
}