SanctionsCheckBadge
stableInline sanctions screening badge: pending (spinner), clear (green), flagged (red), manual-review (amber) — with optional report link
import { SanctionsCheckBadge } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
statereq | SanctionsScreeningState | — | Current screening state |
reason | string | — | Short reason text (flagged / review states) |
reportHref | string | — | Link to full screening report |
compact | boolean | — | Compact single-line variant |
staterequiredType
SanctionsScreeningStateDefault —Current screening state
reasonType
stringDefault —Short reason text (flagged / review states)
reportHrefType
stringDefault —Link to full screening report
compactType
booleanDefault —Compact single-line variant
Design Rationale
This component was designed to express:
Explore Related
SanctionsCheck→
Sanctions screening result card with entity name, list matches, and clear/hit status
ComplianceScreeningCard→
Sanctions and compliance screening results with per-list match scores and overall status
ScreeningResultCard→
AML/KYC entity screening result with match scores against sanctions and PEP lists
Was this helpful?