Card limits
Component: <pcp-card-detail-limits-summary>
Preview:

Description
This component displays a summary of limits categorized by used, available, and total limits.
Usage
import { PcpCardDetailLimitsSummaryComponent } from '@celerofinancas/pcp-client-ui';
<pcp-card-detail-limits-summary
[title]="'Resumo de limite atual'"
[cardId]="0"
[isBlocked]="true"
/>
Component Inputs and Outputs
Inputs
| Name | Type | Default | Description | Required |
|---|---|---|---|---|
title | string | Resumo de limite atual | The title of the component | NO |
cardId | number | undefined | The card identification to obtain the limit details | YES |
isBlocked | boolean | false | Whether to display the header | NO |
Dependencies
- @celerofinancas/class-utils
- @celerofinancas/ui-chart
- @celerofinancas/ui-pipes