{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "glow-link-button-demo",
  "type": "registry:example",
  "title": "Glow Link Button Demo",
  "description": "Example showing a button with a subtle glow effect and animated arrow on hover.",
  "registryDependencies": [
    "https://www.ruixen.com/r/glow-link-button"
  ],
  "files": [
    {
      "path": "registry/example/glow-link-button-demo.tsx",
      "content": "import GlowLinkButton from \"@/registry/ruixenui/glow-link-button\";\n\nexport default function GlowLinkButtonDemo() {\n  return (\n    <div className=\"flex items-center justify-center min-h-[400px] gap-4\">\n      <GlowLinkButton label=\"Visit Docs\" href=\"https://ruixen.com\" />\n      <GlowLinkButton label=\"GitHub\" href=\"https://github.com\" />\n    </div>\n  );\n}\n",
      "type": "registry:example",
      "target": "components/glow-link-button-demo.tsx"
    }
  ]
}