oc · docs
docs / documentation

@orangecheck/design


@orangecheck/design / StatusPillVariant

Type Alias: StatusPillVariant

type StatusPillVariant = "plain" | "bordered";

Defined in: primitives/status-pill.tsx:13

  • plain (default): borderless, lowercase, tone-coloured text + optional icon.
  • bordered: a bordered, uppercase badge (border-{tone}/40 text-{tone}) — the variant www's StateBadge and me's compliance/severity pills all hand-roll.