Statistics Card
PROThe Statistics Cards
components helps you to simply create a beautiful card displaying data in an interesting way.
Mini Statistics Card
Today's Money
$53,000
+55% since yesterday
Props Information
Name | Type | Default | Description |
---|---|---|---|
rowReverse | boolean | false | Used to set the of the MiniStatisticsCard component to RTL. |
title* | StringObject | title as an obbject allows to set the title text and color . It is a required prop. | |
description | stringnode | Used to set description of the card. | |
value* | StringNumberObject | value as an Object allows to set the value text and the value's color . It is a required prop. | |
percentage | StringObject | percentage as an object allows to set the percentage value and percentage's color . | |
icon | StringObject | icon as an object allows to set the icon component , icon background color and icon shape . | |
classContent | String | classContent is used to apply custom classes around the content of the MiniStatisticsCard . |
Complex Statistics Card
PRO
Props Information
Name | Type | Default | Description |
---|---|---|---|
image | StringObject | image as an object allows to set the background image usingurl and background overlay color using overlay color. | |
icon* | StringObject | icon as an object allows to set the icon component and icon background color. It is a required prop. | |
count | Object | count allows to set the count's number and the count's label . | |
percentage | StringObject | percentage as an Object allows to set the percentage label and percentage's color . | |
menu | Object | menu is an object that allows you set the id and menu items . |