@moxijs/ui - v0.3.5
    Preparing search index...

    Interface CardThemeColors

    Theme colors used by card styles. Implementations should resolve these from their theme system.

    interface CardThemeColors {
        accent?: number;
        background: number;
        bevel?: number;
        border: number;
        footerBackground?: number;
        innerBorder?: number;
        titleBar: number;
        titleText: number;
    }
    Index

    Properties

    accent?: number

    Accent color for selection/focus

    background: number

    Background color for the card body

    bevel?: number

    Bevel/depth color (for 3D styles)

    border: number

    Border color

    footerBackground?: number

    Footer background color (optional, defaults to titleBar)

    innerBorder?: number

    Inner border color (for layered border styles)

    titleBar: number

    Title bar background color

    titleText: number

    Title text color