{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "interactive-hover-button-demo",
  "type": "registry:example",
  "title": "Interactive Hover Button Demo",
  "description": "Example showing an interactive button with hover effects.",
  "registryDependencies": [
    "@magicui/interactive-hover-button"
  ],
  "files": [
    {
      "path": "registry/example/interactive-hover-button-demo.tsx",
      "content": "import { InteractiveHoverButton } from \"@/registry/magicui/interactive-hover-button\"\n\nexport default function InteractiveHoverButtonDemo() {\n  return <InteractiveHoverButton>Hover Me</InteractiveHoverButton>\n}\n",
      "type": "registry:example"
    }
  ]
}