Skip to main content

Installation

    Usage

    showLineNumbers
    import { InteractiveHoverButton } from "@/components/ui/interactive-hover-button"
    
    showLineNumbers
    <InteractiveHoverButton>Hover Me</InteractiveHoverButton>
    

    Props

    PropTypeDefaultDescription
    childrenReact.ReactNode-The content of the button.
    classNamestring-Additional class names for the button.
    …restReact.ButtonHTMLAttributes<HTMLButtonElement>-All standard button HTML attributes are supported.

    Build docs developers (and LLMs) love