A typewriter component that cycles through text with a synced flashing highlight animation.
pnpm dlx shadcn@latest add https://atlasui.dev/r/typewriter.json
import { Typewriter } from "@/components/typewriter";
<Typewriter text={[ "Building pixels with purpose", "Shipping faster than deadlines", "Deploy now, panic later!", "...", ]} />
text
string[]
letterDelay
number
0.025
boxFadeDuration
0.125
textFadeOutDuration
0.25
delayBetween
5500
className
string
On This Page
Contribute
Building pixels with purpose