DataMetric_Simple
components/data/metric/_/Simple.vue
Minimal label + value layout with lightweight label styling.
Requests
24.3
k
Latency
142
ms
Uptime
99.99
%
components/data/metric/_/Simple.vue
Usage
<DataMetric_Simple
label = "—"
val = "—"
unit = "—"
:size = "size"
/>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| label | String | '' | Label text (supports v-html) |
| val | String | '' | Value |
| unit | String | '' | Unit label |
| size | Number | undefined | Value font size |