TrialBalanceTree
stableHierarchical trial balance with expandable GL account tree, debit/credit/net columns
import { TrialBalanceTree } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
accountsreq | GLAccount[] | — | Top-level GL accounts with optional children |
currency | string | "USD" | Currency code |
asOf | string | — | As-of date |
accountsrequiredType
GLAccount[]Default —Top-level GL accounts with optional children
currencyType
stringDefault "USD"Currency code
asOfType
stringDefault —As-of date
MobileTouch Target
Tree expand/collapse controls must be ≥44px. On narrow viewports, the tree activates horizontal scroll — wrap in overflow-x-auto.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?