InstrumentTypeTag
stableAsset class and instrument type classification tag with semantic color coding per asset class
import { InstrumentTypeTag } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
instrumentTypereq | InstrumentType | — | Specific instrument type (bond, swap, option, etc.) |
assetClass | AssetClass | — | Asset class override (auto-derived if omitted) |
label | string | — | Display label override |
instrumentTyperequiredType
InstrumentTypeDefault —Specific instrument type (bond, swap, option, etc.)
assetClassType
AssetClassDefault —Asset class override (auto-derived if omitted)
labelType
stringDefault —Display label override
MobileWorks As-Is
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?