PaymentQueue
stableQueued payment list with priority ordering, amount, and approval status
import { PaymentQueue } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
paymentsreq | QueuedPayment[] | — | Queued payment records |
currency | string | — | Currency code |
locale | string | — | BCP 47 locale override |
label | string | — | Queue title |
paymentsrequiredType
QueuedPayment[]Default —Queued payment records
currencyType
stringDefault —Currency code
localeType
stringDefault —BCP 47 locale override
labelType
stringDefault —Queue title
MobileStacks / Scroll
Payment queue table activates horizontal scroll. Pin payment ID and status columns on mobile.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?