Grid Beams Demo
loomui/grid-beams-demoFreeExample
Neon beams running down a ruled grid behind a panel of copy.
Install it
npx shadcn@latest add https://loomui.design/r/grid-beams-demo.jsonSource
1import { GridBeams } from "@/registry/loomui/grid-beams"23export default function GridBeamsDemo() {4 return (5 <div className="bg-background relative flex h-72 w-full items-center justify-center overflow-hidden rounded-xl border">6 <GridBeams />7 <div className="relative text-center">8 <p className="text-xl font-medium tracking-tight">Signal on the wire</p>9 <p className="text-muted-foreground mt-1 text-sm">10 Seven beams, seeded onto random columns11 </p>12 </div>13 </div>14 )15}
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 |
