Extended from PrimeVue ProgressBar
If the value of the progress bar is changed programmatically, it will animate to the new value. Try clicking one of the buttons below to add or subtract from the progress bar's value.
These examples show how to make the value of the progress bar visible, and how to format it to display in whatever way you want.
The height of the progress bar is customizable. The indicator circle will scale proportionally.
This example shows how to hide the indicator circle for a simpler progress bar.
formatter
Function
(val: number) => `${val}%`
height
String
0.125rem
showCircle
Boolean
true
showValue
Boolean
false
value
Number
valueClass
String
''