ComplianceScreeningCard
stableSanctions and compliance screening results with per-list match scores and overall status
import { ComplianceScreeningCard } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
entityNamereq | string | — | Entity being screened |
checksreq | ScreeningCheck[] | — | Per-list screening results |
overallResultreq | ScreeningResult | — | Aggregate screening outcome |
entityNamerequiredType
stringDefault —Entity being screened
checksrequiredType
ScreeningCheck[]Default —Per-list screening results
overallResultrequiredType
ScreeningResultDefault —Aggregate screening outcome
MobileStacks / Scroll
Card goes full-width. Screening result row and detail columns stack vertically on mobile.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?