Interface CardAProps

The props type for CardA.

interface CardAProps {
    variant:
        | "primary"
        | "secondary"
        | "success"
        | "danger"
        | "light"
        | "dark";
}

Properties

Properties

variant:
    | "primary"
    | "secondary"
    | "success"
    | "danger"
    | "light"
    | "dark"

The theme of the card. Defaults to primary.