Tilt Card Demo
loomui/tilt-card-demoFreeExample
A card that leans away from the pointer with a soft sheen.
Install it
npx shadcn@latest add https://loomui.design/r/tilt-card-demo.jsonSource
1import { TiltCard } from "@/registry/loomui/tilt-card"23export default function TiltCardDemo() {4 return (5 <TiltCard className="w-72 rounded-xl">6 <div className="bg-card rounded-xl border p-6">7 <p className="text-muted-foreground text-xs tracking-widest uppercase">8 Loom UI9 </p>10 <h3 className="mt-3 text-lg font-medium tracking-tight">11 Pick it up and look at it12 </h3>13 <p className="text-muted-foreground mt-2 text-sm">14 The card leans away from the pointer and settles back on its own.15 </p>16 </div>17 </TiltCard>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 |
