Skip to content

ThresholdAlert

stable

Time-critical alert banner for cutoff warnings and breach notifications

FinanceInteractive/Storybook ↗
import { ThresholdAlert } from "@nodus/design-system/finance"
Loading demo…

Props

titlerequired
Type stringDefault

Alert headline

urgencyrequired
Type 'info' | 'warning' | 'critical'Default

Urgency level — controls color and weight

children
Type ReactNodeDefault

Optional detail text or timestamp

action
Type stringDefault

Action button label (e.g. 'Review positions')

onAction
Type () => voidDefault

Action click handler

Metadatainfowarningcriticalsemantictypebordersurfaceoutcome
MobileTouch Target

Alert CTA buttons must be ≥44px. Full-width on mobile.

Design Rationale

This component was designed to express:

Explore Related

Was this helpful?