Skip to content

NumberCell

stable

Formatted number display with tabular alignment for financial tables

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

Props

valuerequired
Type numberDefault

The numeric value to display

format
Type NumberFormatDefault decimal

Display format: currency, rate, percent, bps, integer, decimal

currency
Type stringDefault USD

ISO 4217 currency code

precision
Type numberDefault

Override decimal places

compact
Type booleanDefault false

Compact large numbers: 1.2M, 3.4B

density
Type 'default' | 'compact'Default default

Display density

Metadatacurrencyratepercentbpsintegerdecimalsemantictype
MobileWorks As-Is
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?