CovenantDashboard
stableDebt covenant compliance dashboard with headroom bars, status badges, and bidirectional threshold support
import { CovenantDashboard } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | "Covenant Compliance" | Dashboard title |
asOf | string | — | As-of date for the snapshot |
covenantsreq | CovenantThreshold[] | — | Covenant thresholds with current/limit values |
locale | string | — | BCP 47 locale override |
titleType
stringDefault "Covenant Compliance"Dashboard title
asOfType
stringDefault —As-of date for the snapshot
covenantsrequiredType
CovenantThreshold[]Default —Covenant thresholds with current/limit values
localeType
stringDefault —BCP 47 locale override
MobileStacks / Scroll
Dashboard grid collapses to single-column on mobile.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?