{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "grid-backdrop-demo",
  "type": "registry:example",
  "title": "Grid Backdrop Demo",
  "description": "A grid pulsing behind a headline.",
  "registryDependencies": [
    "@loomui/grid-backdrop"
  ],
  "files": [
    {
      "path": "registry/example/grid-backdrop-demo.tsx",
      "content": "import { GridBackdrop } from \"@/registry/loomui/grid-backdrop\"\n\nexport default function GridBackdropDemo() {\n  return (\n    <div className=\"relative flex h-64 w-full items-center justify-center overflow-hidden rounded-xl border\">\n      <GridBackdrop width={32} height={32} squares={18} />\n      <p className=\"relative text-xl font-medium tracking-tight\">\n        Quiet behind the content\n      </p>\n    </div>\n  )\n}\n",
      "type": "registry:example"
    }
  ]
}