Statistics Card

PRO

The 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

Props Information

NameTypeDefaultDescription
directionReversebooleanfalseUsed to set the of the MiniStatisticsCard component to RTL.
title['String', 'Object']['text', 'color']title as an Object allows to set the title text and color.
value*['String', 'Number', 'Object']['text', 'color']value as an Object allows to set the value text and the value's color.
percentage['String', 'Object']['value', 'color']percentage as an Object allows to set the percentage value and percentage's color.
icon['String', 'Object']['component', 'background']icon as an Object allows to set the icon component and icon background color.
classContentStringclassContent is used to apply custom classes around the content of the MiniStatisticsCard.

Complex Statistics Card

PRO

Props Information

NameTypeDefaultDescription
icon*['String', 'Object']['component', 'background']icon as an Object allows to set the icon component and icon background color.
countObject['number', 'label']count allows to set the count's number and the count's label.
percentage['String', 'Object']['label', 'color']percentage as an Object allows to set the percentage label and percentage's color.
backgroundColorStringbackgroundColor is used to apply custom background color to ComplexStatisticsCard component.