CardWidget
This component allows you to create a card widget.
It depends on CardComponent and GrowingNumber components.
Example

<card-widget icon="account" :number="150" prefix="$" suffix="CUC" />
Props
| Name | Description | Type | Required | Default |
|---|---|---|---|---|
| icon | The card widget icon | String | false | null |
| number | The card widget number | Number | false | 0 |
| prefix | The card widget prefix | String | false | null |
| suffix | The card widget suffix | String | false | null |
| label | The card widget label | String | false | null |
| type | The card widget icon type | String | false | null |