16 lines
526 B
JSON
16 lines
526 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "gradient-background",
|
|
"type": "registry:ui",
|
|
"title": "Gradient Background",
|
|
"description": "A background component featuring a subtle yet engaging animated gradient effect, smoothly transitioning colors to enhance visual depth.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/backgrounds/gradient/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/backgrounds/gradient.tsx"
|
|
}
|
|
]
|
|
}
|