Bento Grid Demo
loomui/bento-grid-demoFreeExample
Four tiles of two sizes arriving one after another.
Install it
npx shadcn@latest add https://loomui.design/r/bento-grid-demo.jsonSource
1import { BentoCard, BentoGrid } from "@/registry/loomui/bento-grid"23export default function BentoGridDemo() {4 return (5 <BentoGrid className="w-full max-w-2xl">6 <BentoCard7 className="sm:col-span-2"8 title="Copied, not installed"9 description="Every component lands in your repo as one file you own outright."10 >11 <div className="mt-4 flex gap-1.5">12 {Array.from({ length: 5 }, (_, index) => (13 <span14 key={index}15 className="bg-primary/15 h-8 flex-1 rounded"16 style={{ opacity: 1 - index * 0.15 }}17 />18 ))}19 </div>20 </BentoCard>2122 <BentoCard23 title="Motion first"24 description="Every piece animates for a reason."25 />2627 <BentoCard28 title="Themed"29 description="Light and dark from the same tokens."30 />3132 <BentoCard33 className="sm:col-span-2"34 title="No runtime"35 description="No animation library, no provider, no context to wire up."36 footer={37 <span className="text-muted-foreground font-mono text-xs">38 0 dependencies39 </span>40 }41 />42 </BentoGrid>43 )44}
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 | |
| 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 | |
| Elastic Tabs Demoelastic-tabs-demo | loomui | Examples | Free | no deps |
