{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "grid-pattern-demo", "title": "Grid Pattern Demo", "description": "Example showing a subtle SVG grid background.", "registryDependencies": [ "https://pioneerui.com/r/grid-pattern" ], "files": [ { "path": "registry/example/grid-pattern-demo.tsx", "content": "import { GridPatternBackground } from \"../pioneerui/grid-pattern\"\n\nexport default function GridPatternDemo() {\n return (\n \n
\n

Grid Pattern

\n

Subtle animated CSS grid lines background

\n
\n \n )\n}\n", "type": "registry:example", "target": "components/grid-pattern-demo.tsx" } ], "type": "registry:example" }