HTML Flip Book - v0.0.0-alpha.36
    Preparing search index...

    Interface ActionButtonProps

    interface ActionButtonProps {
        ariaLabel: string;
        children: ReactNode;
        className?: string;
        disabled?: boolean;
        onClick: () => void;
    }
    Index

    Properties

    ariaLabel: string

    ARIA label for accessibility

    children: ReactNode

    Custom content (icon or text)

    className?: string

    Additional CSS class name

    disabled?: boolean

    Whether the button is disabled

    onClick: () => void

    Click handler for custom action