Color Schemes for Stat
are not implemented in the default theme. You can extend the theme to implement them.
Stat
As the name implies, the `Stat` component is used to display some statistics.
TODO
Props#
StatLabel
,StatHelpText
,StatNumber
composes Text component.StatArrow
composes Icon component.Stat
andStatGroup
composes Box component.
colorScheme
colorScheme
Description
Type
(string & {})
size
size
Type
"md"
Default
"md"
variant
variant
Description
Variants for Stat
are not implemented in the default theme. You can extend the theme to implement them.
Type
string
TODO