UxLabelText

components/ux/LabelText.vue

Two-line display: small grey label above and bold large value text below.

99.7%
2.4M
142ms
components/ux/LabelText.vue

Usage

<UxLabelText label = "—" > Content here </UxLabelText>

Props

PropTypeDefaultDescription
labelString''Small label text

Slots

SlotDescription
defaultThe main value text

Related