Counter Cards
The Counter Cards components helps you to simply create a beautiful animations that display numerical data in a more interesting way. It uses vue-count-to in base and you can use all of its props.
Default Counter Card
100+
Design Blocks
Mix the sections, change the colors and unleash your creativity
Props Information
| Name | Type | Default | Description |
|---|---|---|---|
| count* | 'Number' | Used to set a value for the DefaultCounterCard component. It is a required prop. | |
| suffix | string | Used to set a suffix for the component. to RTL. | |
| duration | 'Number' | 4000 | Used to set the duration of the DefaultCounterCard count number. |
| title* | string | Used to set title of the DefaultCounterCard component. It is a required prop. | |
| description* | string | Used to set description of the DefaultCounterCard component. It is a required prop. | |
| color | String | success | Used to set the title color. |
| divider | 'vertical''horizontal' | Used to set divider for the DefaultCounterCard component. |