16 lines
437 B
JSON
16 lines
437 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "rolling-text",
|
|
"type": "registry:ui",
|
|
"title": "Rolling Text",
|
|
"description": "A text component that reveals content through an engaging rolling animation.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/text/rolling/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/text/rolling.tsx"
|
|
}
|
|
]
|
|
}
|