torque-pro-assistant - v1.0.0
    Preparing search index...
    interface PillProps {
        children: ReactNode;
        noDot?: boolean;
        status?: PillStatus;
        testId?: string;
    }
    Index

    Properties

    children: ReactNode
    noDot?: boolean

    Hides the leading status dot. Useful for plain count / label pills.

    status?: PillStatus
    testId?: string