{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "pixel-button-demo",
  "title": "Pixel Button Demo",
  "description": "A pixelated button animation effect built with Tailwind CSS and React.",
  "registryDependencies": [
    "@gammaui/pixel-button"
  ],
  "files": [
    {
      "path": "registry/example/pixel-button-demo.tsx",
      "content": "\"use client\"\n\nimport { PixelButton } from \"@/registry/gammaui/pixel-button\"\n\nexport default function PixelButtonDemo() {\n  return (\n    <div className=\"z-10 flex h-full w-full justify-center gap-6\">\n      <PixelButton color=\"#ff5722\">Pixel</PixelButton>\n      <PixelButton color=\"#03a9f4\">Button</PixelButton>\n      <PixelButton color=\"#4caf50\">Hover Me</PixelButton>\n    </div>\n  )\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}