UxPercentBar

components/ux/PercentBar.vue

Horizontal progress bar with grape fill and optional title label.

CPU usage
Memory
Disk
components/ux/PercentBar.vue

Usage

<UxPercentBar title = "—" :percent = "0" > Content here </UxPercentBar>

Props

PropTypeDefaultDescription
titleString''Label above the bar
percentNumber0Fill percentage (0-100)

Slots

SlotDescription
defaultAdditional content below the bar

Related