torque-pro-assistant - v1.0.0
    Preparing search index...
    interface CardProps {
        actions?: ReactNode;
        children: ReactNode;
        className?: string;
        flush?: boolean;
        subtitle?: ReactNode;
        testId?: string;
        title?: ReactNode;
    }
    Index

    Properties

    actions?: ReactNode

    Right-aligned header content — buttons / kbd hints / status pills.

    children: ReactNode
    className?: string
    flush?: boolean

    Drop body padding (use when the body owns its own layout — e.g. tables).

    subtitle?: ReactNode

    Optional sub-line shown inline next to the title.

    testId?: string
    title?: ReactNode

    Card title; when omitted (and actions is too) the header bar is hidden.