Installation
Usage
import { InteractiveHoverButton } from "@/components/motionx/interactive-hover-button";<InteractiveHoverButton>Hover Me</InteractiveHoverButton>Props
The component extends the standard Button props from shadcn/ui and adds the following custom props:
| Prop | Type | Default | Description |
|---|---|---|---|
icon | ReactNode | - | Custom icon to display inside the button. |
...props | ButtonProps | - | All standard button props and attributes. |