T402 API Reference - v2.8.0
    Preparing search index...

    Interface PaymentButtonProps

    Props for PaymentButton component

    interface PaymentButtonProps {
        disabled?: boolean;
        loading?: boolean;
        variant?: "primary" | "secondary" | "outline";
        size?: "sm" | "md" | "lg";
    }
    Index

    Properties

    disabled?: boolean

    Whether the button is disabled

    loading?: boolean

    Whether the button is in loading state

    variant?: "primary" | "secondary" | "outline"

    Button variant

    size?: "sm" | "md" | "lg"

    Button size