Appearance
StatisticCard
File:
@views/Widgets/WidgetsStatisticCard
WidgetsStatisticCard
is a highly customizable widget that provides data statistic.
Props
For WidgetsStatisticCard
widget, the following props are available:
Prop | Type | Default | Note |
---|---|---|---|
title | String | - | Card title. |
stat | [String,Number] | - | Display stat. |
change | Number | - | This value will be displayed as a percentage. |
icon | Object | - | Inserts a custom EIcon element to the widget. More Info here. |
Slots
The WidgetsStatisticCard
components provide a footer slot that enable you to customize the footer.
Slot | Description |
---|---|
footer | Adds footer content. |