Skip to main content

Card limits

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

Preview:

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

NameTypeDefaultDescriptionRequired
titlestringResumo de limite atualThe title of the componentNO
cardIdnumberundefinedThe card identification to obtain the limit detailsYES
isBlockedbooleanfalseWhether to display the headerNO

Dependencies

  • @celerofinancas/class-utils
  • @celerofinancas/ui-chart
  • @celerofinancas/ui-pipes

Notes