grid-demo-2
eldoraui/grid-demo-2FreeExample
Example showing a grid-demo-2 component.
Live preview
live · rendered by the registry
Rendered by eldoraui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://eldoraui.site/r/grid-demo-2.jsonSource
1"use client"23import { Grid } from "@/registry/eldoraui/grid"45export default function GridDemo2() {6 return (7 <div className="bg-background relative z-10 w-full space-y-8 overflow-hidden rounded-lg border p-8">8 {/* Custom Grid with Different Dimensions */}9 <div className="space-y-4">10 <h3 className="text-lg font-semibold">Custom Grid (6x3)</h3>11 <Grid columns={6} rows={3} height="h-32" />12 </div>13 </div>14 )15}
What it pulls in
Other registry items
Files it writes
More from eldoraui
All 115 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| animated-badge-demoanimated-badge-demo | eldoraui | Examples | Free | no deps | |
| animated-frameworks-demoanimated-frameworks-demo | eldoraui | Examples | Free | no deps | |
| animated-grid-pattern-demoanimated-grid-pattern-demo | eldoraui | Examples | Free | no deps | |
| animated-list-demoanimated-list-demo | eldoraui | Examples | Free | no deps | |
| animated-shiny-button-demoanimated-shiny-button-demo | eldoraui | Examples | Free | no deps | |
| blur-in-text-demoblur-in-text-demo | eldoraui | Examples | Free | no deps | |
| browser-demobrowser-demo | eldoraui | Examples | Free | no deps | |
| browser-demo-2browser-demo-2 | eldoraui | Examples | Free | no deps |
