{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "interactive-hover-button", "type": "registry:ui", "dependencies": [ "lucide-react" ], "files": [ { "path": "components/ui/interactive-hover-button.tsx", "content": "import { ArrowRight } from \"lucide-react\"\r\n\r\nimport { cn } from \"@/lib/utils\"\r\n\r\nexport function InteractiveHoverButton({\r\n children,\r\n className,\r\n ...props\r\n}: React.ButtonHTMLAttributes) {\r\n return (\r\n \r\n
\r\n
\r\n \r\n {children}\r\n \r\n
\r\n
\r\n {children}\r\n \r\n
\r\n \r\n )\r\n}\r\n", "type": "registry:ui", "target": "components/ui/interactive-hover-button.tsx" } ] }