Typewriter
A typewriter component that cycles through text with a synced flashing highlight animation.
Loading...
Installation
Usage
import { Typewriter } from "@/components/typewriter";import { Typewriter } from "@/components/typewriter";<Typewriter
text={[
"Building pixels with purpose",
"Shipping faster than deadlines",
"Deploy now, panic later!",
"...",
]}
/><Typewriter
text={[
"Building pixels with purpose",
"Shipping faster than deadlines",
"Deploy now, panic later!",
"...",
]}
/>