Skip to content

TrendBadge

stable

Directional trend indicator with semantic coloring — shows up/down/flat movement with optional percentage value

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

Props

directionrequired
Type 'up' | 'down' | 'flat'Default

Trend direction

value
Type numberDefault

Change percentage

showIcon
Type booleanDefault

Show directional arrow icon

formatValue
Type (v: number) => stringDefault

Custom value formatter

Metadataoutcomesemantictype
MobileWorks As-Is
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?