Stagger Text Demo
loomui/stagger-text-demoFreeExample
A sentence revealed word by word when it scrolls into view.
Install it
npx shadcn@latest add https://loomui.design/r/stagger-text-demo.jsonSource
1import { StaggerText } from "@/registry/loomui/stagger-text"23export default function StaggerTextDemo() {4 return (5 <p className="max-w-md text-center text-2xl font-medium tracking-tight text-balance">6 <StaggerText startOnView repeat>7 Every word arrives on its own beat.8 </StaggerText>9 </p>10 )11}
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 |
