{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "bento-grid-demo", "title": "Bento Grid Demo", "description": "Example showing a bento grid layout with variable spanning.", "registryDependencies": [ "https://pioneerui.com/r/bento-grid" ], "files": [ { "path": "registry/example/bento-grid-demo.tsx", "content": "import { BentoGrid, BentoCard } from \"../pioneerui/bento-grid\"\n\nconst StarIcon = () => (\n \n \n \n)\n\nconst CodeIcon = () => (\n \n \n \n)\n\nconst LayersIcon = () => (\n \n \n \n \n \n)\n\nexport default function BentoGridDemo() {\n return (\n
\n \n }\n background={\n
\n }\n />\n }\n />\n }\n />\n \n }\n />\n \n
\n )\n}\n", "type": "registry:example", "target": "components/bento-grid-demo.tsx" } ], "type": "registry:example" }