DataPercentBar

components/data/PercentBar.vue

Wraps UxPercentBar with compact-formatted total text and percent-width bar.

2.4M
840K
120K
components/data/PercentBar.vue

Usage

<DataPercentBar :total = "0" :percent = "0" />

Props

PropTypeDefaultDescription
totalNumber0Total value, formatted with compact notation
percentNumber0Bar width percentage (0–100)

Related