18 lines
673 B
JSON
18 lines
673 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "rolling-text-demo",
|
|
"type": "registry:ui",
|
|
"title": "Rolling Text Demo",
|
|
"description": "Demo showing an animated rolling text.",
|
|
"registryDependencies": [
|
|
"https://animate-ui.com/r/rolling-text"
|
|
],
|
|
"files": [
|
|
{
|
|
"path": "registry/demo/text/rolling/index.tsx",
|
|
"content": "import { RollingText } from '@/components/animate-ui/text/rolling';\n\nexport const RollingTextDemo = () => {\n return <RollingText className=\"text-4xl\" text=\"Rolling Text\" />;\n};\n",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/demo/text/rolling.tsx"
|
|
}
|
|
]
|
|
} |