16 lines
428 B
JSON
16 lines
428 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "gradient-text",
|
|
"type": "registry:ui",
|
|
"title": "Gradient Text",
|
|
"description": "A text component featuring a smoothly animated gradient effect.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/text/gradient/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/text/gradient.tsx"
|
|
}
|
|
]
|
|
}
|