TenorChip
stableTenor label chip (ON, 1W, 3M, 1Y…) with duration-band color coding and optional selection state
import { TenorChip } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
tenorreq | TenorValue | — | Tenor label (e.g., ON, 3M, 5Y) |
selected | boolean | — | Selected/active state |
onClick | (tenor: TenorValue) => void | — | Click handler for filter use |
tenorrequiredType
TenorValueDefault —Tenor label (e.g., ON, 3M, 5Y)
selectedType
booleanDefault —Selected/active state
onClickType
(tenor: TenorValue) => voidDefault —Click handler for filter use
MobileTouch Target
Tenor chip tap area must be ≥44px tall. Use generous padding; chips in a row should wrap rather than overflow.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?