Skip to content

CurrencyPair

stable

Currency pair display with mid-rate for FX trading and treasury

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

Props

baserequired
Type stringDefault

Base currency ISO 4217 code

quoterequired
Type stringDefault

Quote currency ISO 4217 code

rate
Type numberDefault

Exchange rate value

precision
Type numberDefault 4

Rate decimal precision

showRate
Type booleanDefault true

Display the rate inline

density
Type 'default' | 'compact'Default default

Display density

Metadatasemantictype
MobileWorks As-Is
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?