UxPercentBar

components/ux/PercentBar.vue

Horizontal progress bar with grape fill and optional title label.

CPU usage
Memory
Disk
Scenarios
Default
1.4K
240
61
Compact — dense panel rows (c59 SurfacePanel)
1.4K
240
61
components/ux/PercentBar.vue

Usage

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

Props

PropTypeDefaultDescription
titleString''Label above the bar
percentNumber0Fill percentage (0-100)
compactBooleanfalseDense mode for tight contexts (SurfacePanel compact): 9px label with 11px line-height and tighter padding — the h-full fill band shrinks with it

Slots

SlotDescription
defaultAdditional content below the bar

Related

Qpoint Brand Style Guide