Stat
Communicate stats and figures to your users with the <Stat> component. You can even display icons and change values.
<Stat
loading={ loading }
value='25'
label='this month'
icon='chartup'
change='-5'
/>
prop | description | value |
value | stat value | string |
label | stat label | string |
loading | toggles a loading animation | true or false |
icon | string | |
change | positive/negative number indicating change (optional) | string |
Last modified 2yr ago