Typewriter
Text animation that types out a text, one letter at a time.
Loading...
Show code
Installation
pnpm dlx shadcn@latest add https://uitopia.xyz/r/text-type.json
Props
Prop | Type | Default |
---|---|---|
text | string | string[] | - |
speed? | number | - |
initialDelay? | number | - |
waitTime? | number | - |
deleteSpeed? | number | - |
loop? | boolean | - |
className? | string | - |
showCursor? | boolean | - |
hideCursorOnType? | boolean | - |
cursorChar? | ReactNode | - |
cursorAnimationVariants? | { initial: Variant; animate: Variant; } | - |
cursorClassName? | string | - |
Edit on GitHub
Last updated on