Letter Swap
atlas-ui/letter-swap-html-demoFreeExample
Example of Letter Swap that swaps the letters vertically on hover built with HTML, CSS, JavaScript and Motion.
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-html-demo.jsonSource
1<!doctype html>2<html lang="en">3 <head>4 <meta charset="UTF-8" />5 <meta name="viewport" content="width=device-width, initial-scale=1.0" />6 <title>Letter Swap Html Demo - Atlas UI</title>7 <link rel="stylesheet" href="style.css" />8 </head>9 <body>10 <span class="letter-swap" data-text="Hover me!">Hover me!</span>1112 <span class="letter-swap" data-text="Feature, not a bug" data-reverse13 >Feature, not a bug</span14 >1516 <span17 class="letter-swap"18 data-text="Elegant chaos in production"19 data-reverse20 data-stagger-from="last"21 >Elegant chaos in production</span22 >2324 <span25 class="letter-swap"26 data-text="Fast, fragile, fantastic"27 data-stagger-from="center"28 >29 Fast, fragile, fantastic30 </span>3132 <span33 class="letter-swap"34 data-text="Deploy now, panic later"35 data-stagger-duration="0"36 >37 Deploy now, panic later38 </span>39 </body>40 <script type="module" src="script.js"></script>41</html>
What it pulls in
npm packages
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 |
