import { CostDashboard } from "@nodus/design-system/patterns"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
entriesreq | CostEntry[] | — | Array of cost entries ({ operation, model, tokens, cost, timestamp }) |
budget | number | — | Budget cap — shows usage percentage bar when set |
entriesrequiredType
CostEntry[]Default —Array of cost entries ({ operation, model, tokens, cost, timestamp })
budgetType
numberDefault —Budget cap — shows usage percentage bar when set
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?