.statistic-chip
Element
Display a statistic value with label in a compact chip format
.micro
.tiny
.small
.medium
.large
.extra
.huge
.s8
.s9
.s10
Syntax
.statistic-chip 123 "Label"
statistic chip with literal number and label
.statistic-chip $Nvalue "Label"
statistic chip with variable number and label
.statistic-chip !icon 123 "Label"
statistic chip with icon, literal number, and label
.statistic-chip !icon $Nvalue "Label"
statistic chip with icon, variable number, and label