Appearance
StatisticCard
File:
@views/Widgets/StatisticCard
StatisticCard
is a highly customizable widget that provides data statistic.
Props
For StatisticCard
widget, the following props are available:
Prop | Type | Default | Note |
---|---|---|---|
title | String | - | Card title. |
stat | [String,Number] | - | Display stat. |
footer | node | - | Adds footer content. |
change | Number | - | This value will be displayed as a percentage. |
className | String | - | Overrides or extends the component's styles. |
icon | Object | - | Inserts a custom EIcon element to the widget. More Info here. |