WalletCard
stableDigital wallet card with address, balance, network, and connection status
import { WalletCard } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
addressreq | string | — | Wallet address |
balancereq | number | — | Wallet balance |
assetreq | string | — | Asset symbol |
networkreq | string | — | Blockchain network |
statusreq | WalletStatus | — | Connection status |
label | string | — | Card label |
addressrequiredType
stringDefault —Wallet address
balancerequiredType
numberDefault —Wallet balance
assetrequiredType
stringDefault —Asset symbol
networkrequiredType
stringDefault —Blockchain network
statusrequiredType
WalletStatusDefault —Connection status
labelType
stringDefault —Card label
MobileStacks / Scroll
Wallet card goes full-width on mobile. Balance and action row stack vertically.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?