Photo Stamp Demo
loomui/photo-stamp-demoFreeExample
A stamp that lifts its photo out of the frame at full size over a blurred page.
Install it
npx shadcn@latest add https://loomui.design/r/photo-stamp-demo.jsonSource
1import { PhotoStamp } from "@/registry/loomui/photo-stamp"23/**4 * Stock photography at full size. The open state is the file's real size, so a5 * thumbnail-resolution source would arrive soft.6 */7const PHOTO = "https://picsum.photos/id/1015/1600/1200"89export default function PhotoStampDemo() {10 return (11 <div className="flex flex-col items-center gap-4">12 <PhotoStamp13 src={PHOTO}14 alt="A river cutting through a valley"15 imageClassName="h-36 w-52"16 />17 <p className="text-muted-foreground text-xs">18 Click it. The photo you clicked is the photo that opens.19 </p>20 </div>21 )22}
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 |
