CIA Compliance Manager API Documentation - v0.8.23
    interface StatusBadgeProps {
        children: ReactNode;
        className?: string;
        size?: "sm" | "md" | "lg";
        status: StatusType;
        testId?: string;
        variant?: string;
    }
    Index

    Properties

    children: ReactNode

    The content to display inside the badge

    className?: string

    Additional CSS classes

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

    Optional size variant

    status: StatusType

    The status type (determines color)

    testId?: string

    Test ID for automated testing

    variant?: string

    Badge variant/color scheme

    MMNEPVFCICPMFPCPTTAAATR