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
| Prop | Type | Default | Description |
|---|---|---|---|
| label | String | '' | Small label text |
Slots
| Slot | Description |
|---|---|
| default | The main value text |