Typewriter Demo
loomui/typewriter-demoFreeExample
A rotating list of phrases typed into a fixed-width slot.
Install it
npx shadcn@latest add https://loomui.design/r/typewriter-demo.jsonSource
1import { Typewriter } from "@/registry/loomui/typewriter"23export default function TypewriterDemo() {4 return (5 <p className="text-2xl font-medium tracking-tight">6 Built for{" "}7 <Typewriter8 className="text-primary"9 words={["landing pages", "dashboards", "docs sites", "changelogs"]}10 />11 </p>12 )13}
What it pulls in
Other registry items
Files it writes
More from loomui
All 91 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Aurora Backdrop Demoaurora-backdrop-demo | loomui | Examples | Free | no deps | |
| Bento Grid Demobento-grid-demo | loomui | Examples | Free | no deps | |
| Card Stack Democard-stack-demo | loomui | Examples | Free | no deps | |
| Compare Slider Democompare-slider-demo | loomui | Examples | Free | no deps | |
| Confetti Button Democonfetti-button-demo | loomui | Examples | Free | no deps | |
| Count Up Democount-up-demo | loomui | Examples | Free | no deps | |
| Credit Card Democredit-card-demo | loomui | Examples | Free | no deps | |
| Drawer Demodrawer-demo | loomui | Examples | Free | no deps |
