Skip to content

RiskGauge

stable

Risk metric display with confidence interval and severity bar

import { RiskGauge } from "@nodus/design-system/finance"
Loading demo…

Props

labelrequired
Type stringDefault

Risk metric label (e.g. 'VaR (95%, 1-day)')

valuerequired
Type numberDefault

Point estimate value

lower
Type numberDefault

Confidence interval lower bound

upper
Type numberDefault

Confidence interval upper bound

levelrequired
Type 'low' | 'medium' | 'high' | 'critical'Default

Risk level classification

currency
Type stringDefault USD

ISO 4217 currency code

Metadatalowmediumhighcriticalsemantictypebordersurfaceoutcome
MobileStacks / Scroll

Gauge fills container. Supporting metric row stacks below gauge on mobile.

Design Rationale

This component was designed to express:

Explore Related

Was this helpful?