DataKeyVal

components/data/KeyVal.vue

Key-value pair with grey label above and semi-bold value below.

Success Rate :
99.7%
Requests :
2.4M
Latency :
142ms
components/data/KeyVal.vue

Usage

<DataKeyVal label = "—" val = "—" > Content here </DataKeyVal>

Props

PropTypeDefaultDescription
labelString''The key label
valString''The value text

Slots

SlotDescription
defaultReplaces val if provided

Related