Stitch Path Demo
loomui/stitch-path-demoFreeExample
A seam sewn between two lines of copy as the page scrolls.
Install it
npx shadcn@latest add https://loomui.design/r/stitch-path-demo.jsonSource
1import { StitchPath } from "@/registry/loomui/stitch-path"23export default function StitchPathDemo() {4 return (5 <div className="w-full max-w-2xl">6 <p className="text-muted-foreground text-sm">7 Cut the pieces, lay them out, and pin them down.8 </p>910 <div className="h-28 py-4">11 <StitchPath className="text-primary" />12 </div>1314 <p className="text-muted-foreground text-sm">15 Scroll the page and the thread follows you down it.16 </p>17 </div>18 )19}
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 |
