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

Dot Pattern

\n

Subtle radial dot grid background

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