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.
The height of the progress bar can also be changed dynamically as needed.
This example shows how to hide the indicator circle for a simpler progress bar.
formatterFunction(val: number) => `${val}%`heightString0.125remshowCircleBooleantrueshowValueBooleanfalsevalueNumbervalueClassString''