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