16 lines
464 B
JSON
16 lines
464 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "gradient-text-demo",
|
|
"type": "registry:ui",
|
|
"title": "Gradient Text Demo",
|
|
"description": "Demo showing an animated gradient text.",
|
|
"registryDependencies": ["https://animate-ui.com/r/gradient-text"],
|
|
"files": [
|
|
{
|
|
"path": "registry/demo/text/gradient/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/demo/text/gradient.tsx"
|
|
}
|
|
]
|
|
}
|