Skip to content

CurrencyAmount

stable

Currency-aware monetary amount with semantic sign coloring, monospace tabular-nums, and ISO 4217 label

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

Props

amountrequired
Type numberDefault

Numeric amount (may be negative)

currencyrequired
Type stringDefault

ISO 4217 currency code

sign
Type AmountSignDefault

Override sign detection: positive | negative | neutral

compact
Type booleanDefault

Compact notation (K, M, B)

showPlusSign
Type booleanDefault

Show + prefix on positive values

Metadatasemantictypeoutcome
MobileWorks As-Is
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?