Account Dashboard
Full banking account dashboard with balance, transactions, and card management.
Code​
- HTML · @primus/ui-core
- React
- Angular
<div class="card stat" style="max-width:280px">
<span class="card-label">Total Balance</span>
<span class="card-value">$48,291.50</span>
<span class="card-delta up">+$1,240 this month</span>
</div>
import { AccountDashboard } from 'primus-react-ui';
<AccountDashboard apiUrl="https://api.yourdomain.com" />
<primus-account-dashboard [apiUrl]="'https://api.yourdomain.com'">
</primus-account-dashboard>
Props​
| Prop | Type | Default | Description |
|---|---|---|---|
apiUrl | string | — | API base URL |
Version history
See the Changelog for version history and breaking changes.