TrialBalanceSummary
stableSummarized trial balance with account categories, debit/credit totals, and balance check
import { TrialBalanceSummary } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
accountsreq | TrialBalanceAccount[] | — | Account summary data |
period | string | — | Reporting period |
currency | string | — | Currency code |
locale | string | — | BCP 47 locale override |
label | string | — | Summary title |
accountsrequiredType
TrialBalanceAccount[]Default —Account summary data
periodType
stringDefault —Reporting period
currencyType
stringDefault —Currency code
localeType
stringDefault —BCP 47 locale override
labelType
stringDefault —Summary title
MobileStacks / Scroll
Summary table activates horizontal scroll on narrow viewports.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?