Typewriting Text
An animated typing effect component for displaying text with a smooth, typewriter-like motion.
Typing effectLoop supportSpeed control
Basic
Features
Typewriter Animation
Simulates character-by-character typing.
Continuous Loop
Option to repeat the typing sequence.
Variable Speed
Adjust typing and deleting speeds.
Installation
$npx libravelui@latest add typewriting-textAnatomy
import { TypewritingText } from "@/components/ui/motion/typewriting-text";<TypewritingText texts={["Hello World", "Welcome"]} />Testing Playground
Looped
Props
Loading types…