Letter Swap Demo
atlas-ui/letter-swap-demoFreeExample
Example of Letter Swap that swaps the letters vertically on hover.
Live preview
live · rendered by the registry
Rendered by atlas-ui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://atlasui.dev/r/letter-swap-demo.jsonSource
1import { LetterSwap } from "@/registry/react/atlasui/letter-swap";23export const LetterSwapDemo = () => {4 return (5 <div className="flex flex-col gap-6 p-10">6 <LetterSwap text="Hover me!" className="text-3xl font-medium" />78 <LetterSwap9 text="Feature, not a bug"10 className="text-3xl font-medium"11 reverse12 />1314 <LetterSwap15 text="Elegant chaos in production"16 className="text-3xl font-medium italic"17 reverse18 staggerFrom="last"19 />2021 <LetterSwap22 text="Fast, fragile, fantastic"23 className="text-3xl font-medium"24 staggerFrom="center"25 />2627 <LetterSwap28 text="Deploy now, panic later"29 className="font-mono text-3xl font-medium"30 staggerDuration={0}31 />32 </div>33 );34};
What it pulls in
Other registry items
Files it writes
More from atlas-ui
All 99 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Animated Mobile Navbar Demoanimated-mobile-navbar-demo | atlas-ui | Examples | Free | no deps | |
| Animated Mobile Navbaranimated-mobile-navbar-html-demo | atlas-ui | Examples | Free | 1 dep · 3 files | |
| Animated Mobile Navbar Side Exampleanimated-mobile-navbar-side-example | atlas-ui | Examples | Free | no deps | |
| Blend Mouse Trailer Demoblend-mouse-trailer-demo | atlas-ui | Examples | Free | no deps | |
| Blend Mouse Trailerblend-mouse-trailer-html-demo | atlas-ui | Examples | Free | no deps · 3 files | |
| Blob Mouse Trailer Demoblob-mouse-trailer-demo | atlas-ui | Examples | Free | no deps | |
| Blob Mouse Trailerblob-mouse-trailer-html-demo | atlas-ui | Examples | Free | no deps · 3 files | |
| Box Reveal Demobox-reveal-demo | atlas-ui | Examples | Free | no deps |
