Display stats and figures to your users with the <Stat> component; it also supports displaying icons and change values.
<Stat>
change
positive/negative number indicating change
optional
integer
icon
icon imagearrow-up-right to use
string
label
stat label
required
loading
toggle the loading spinner
boolean
value
stat value
integer or string
Last updated 2 years ago
<Stat loading={ loading } value='25' label='this month' icon='pie-chart' change='+5%' />