This component no longer exists. It was in atlas-ui’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-13 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.
Typewriter Demo
atlas-ui/typewriter-demoRemovedExample
Example of typewriter component that cycles through text with a synced flashing highlight animation.
Install it
npx shadcn@latest add https://atlasui.dev/r/typewriter-demo.jsonSource
1import { Typewriter } from "@/registry/react/atlasui/typewriter";23export const TypewriterDemo = () => {4 return (5 <Typewriter6 text={[7 "Building pixels with purpose",8 "Shipping faster than deadlines",9 "Deploy now, panic later!",10 "Debugging at 2AM professionally",11 "Fueled by coffee and code",12 ]}13 />14 );15};
What it pulls in
Other registry items
