{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "dot-grid",
  "type": "registry:component",
  "title": "Dot Grid Example",
  "description": "Dot Grid shader example.",
  "dependencies": [
    "@paper-design/shaders-react"
  ],
  "files": [
    {
      "path": "registry/dot-grid-example.tsx",
      "content": "import { DotGrid, type DotGridProps } from '@paper-design/shaders-react';\n\nexport function DotGridExample(props: DotGridProps) {\n  return <DotGrid style={{ position: 'fixed', width: '100%', height: '100%' }} {...props} />;\n}\n",
      "type": "registry:component"
    }
  ]
}