{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "qrcode-purple-dots-demo",
  "registryDependencies": [
    "@delta/qrcode"
  ],
  "files": [
    {
      "path": "examples/qrcode-purple-dots-demo.tsx",
      "content": "\"use client\"\n\nimport QRCode from \"@/components/ui/qrcode\"\n\nexport default function QrcodePurpleDotsDemo() {\n  return (\n    <div className=\"flex items-center justify-center p-8\">\n      <QRCode\n        value=\"https://patrickprunty.com\"\n        size={200}\n        dotStyle=\"rounded\"\n        fgColor=\"#8b5cf6\"\n        cornerSquareStyle=\"dot\"\n        cornerDotStyle=\"dot\"\n        level={\"H\"}\n        enableNavigation={true}\n      />\n    </div>\n  )\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}