Toggle Sidebar B
header.lightDarkMode D

Progress

Horizontal progress bar. Set modelValue between 0 and 100.

Default

Static progress at 60%.

Animated

Bind to a ref to animate as data loads.

API Reference

Props, events, and slots for each sub-component.

Progress

Props

PropTypeDefaultDescription
modelValuenumber0Progress percentage, 0-100. Supports v-model.
maxnumber100Max value.
classstringOverride height or radius of the track.
indicatorClassstringOverride the colour or style of the filled bar.