GreeksPanel
stableOptions Greeks display panel with delta, gamma, theta, vega, and rho values
import { GreeksPanel } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
greeksreq | GreeksData | — | Greeks values object |
label | string | — | Panel title |
notional | number | — | Notional amount for dollar Greeks |
currency | string | — | Currency code |
locale | string | — | BCP 47 locale override |
greeksrequiredType
GreeksDataDefault —Greeks values object
labelType
stringDefault —Panel title
notionalType
numberDefault —Notional amount for dollar Greeks
currencyType
stringDefault —Currency code
localeType
stringDefault —BCP 47 locale override
MobileStacks / Scroll
Greeks metrics table stacks to single column on mobile. Consider showing only delta/gamma on small screens with a 'Show all' toggle.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?