16 lines
481 B
JSON
16 lines
481 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "typing-text",
|
|
"type": "registry:ui",
|
|
"title": "Typing Text",
|
|
"description": "A text component that dynamically simulates a typing animation, progressively revealing characters as if typed in real-time.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/text/typing/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/text/typing.tsx"
|
|
}
|
|
]
|
|
}
|