StablecoinTable
stableStablecoin holdings table with peg deviation, reserves, and market cap metrics
import { StablecoinTable } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
coinsreq | StablecoinData[] | — | Stablecoin data records |
density | 'default' | 'compact' | — | Display density |
locale | string | — | BCP 47 locale override |
label | string | — | Table title |
coinsrequiredType
StablecoinData[]Default —Stablecoin data records
densityType
'default' | 'compact'Default —Display density
localeType
stringDefault —BCP 47 locale override
labelType
stringDefault —Table title
MobileStacks / Scroll
Table activates horizontal scroll on narrow viewports.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?