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

PropTypeDefaultDescription
labelString''Label text (supports v-html)
valString''Value
unitString''Unit label
sizeNumberundefinedValue font size

Related