Image Trail Demo
loomui/image-trail-demoFreeExample
Swatches dropped behind the pointer as it crosses a panel.
Install it
npx shadcn@latest add https://loomui.design/r/image-trail-demo.jsonSource
1import { ImageTrail } from "@/registry/loomui/image-trail"23/** Stock photography, so the demo shows what real sources look like. */4const IMAGES = [5 "https://picsum.photos/id/1015/400/400",6 "https://picsum.photos/id/1025/400/400",7 "https://picsum.photos/id/1039/400/400",8 "https://picsum.photos/id/1043/400/400",9 "https://picsum.photos/id/1062/400/400",10 "https://picsum.photos/id/1074/400/400",11]1213export default function ImageTrailDemo() {14 return (15 <ImageTrail16 images={IMAGES}17 className="grid h-64 w-full max-w-2xl place-items-center rounded-xl border"18 imageClassName="size-24 rounded-xl"19 >20 <p className="text-muted-foreground pointer-events-none text-sm">21 Move the pointer across this panel.22 </p>23 </ImageTrail>24 )25}
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 |
