Use the progress prop to set the progress of the progress bar. Use the size prop to change the size of the progress bar.
Show codeHide code
vue
Use the progress prop to set the progress of the progress circle. Use the size prop to change the size of the component.
Show codeHide code
vue
Progress bars can have different sizes. Use the size prop to change the size of the progress bar.
Show codeHide code
vue
Progress bars can have different colors. Use the color prop to change the size of the progress bar.
Show codeHide code
vue
Progress bars can be shown in an indeterminate state. Omit the value prop to change the progress bar to an indeterminate state.
Show codeHide code
vue
Name
Type
classesOptional CSS classes to apply to the component inner elements.
Show exampleHide example
vue
maxThe maximum value of the progress bar.
Show exampleHide example
vue
valueThe current value of the progress bar.
If `value` is not provided, the progress bar will be in an indeterminate state.
Show exampleHide example
vue
Name
Type
colorThe color of the progress bar.
Show exampleHide example
vue
roundedThe radius of the progress bar.
@since
2.0.0
Show exampleHide example
vue
contrastThe contrast ot the progress bar.
Show exampleHide example
vue
sizeThe size of the progress bar.
Show exampleHide example
vue
Name
Type
colorThe color of the progress bar.
Show exampleHide example
vue
roundedThe radius of the progress bar.
Show exampleHide example
vue
contrastThe contrast ot the progress bar.
Show exampleHide example
vue
sizeThe size of the progress bar.
Show exampleHide example
vue
Name
Type
animationEnable/disable animation, or set the animation duration (in seconds).
Show exampleHide example
vue
classesOptional CSS classes to apply to the component inner elements.
Show exampleHide example
vue
maxThe maximum value of the progress circle.
Show exampleHide example
vue
sizeThe size of the progress circle.
Show exampleHide example
vue
thicknessThe thickness of the progress circle.
Show exampleHide example
vue
valueThe current value of the progress circle.
Show exampleHide example
vue
Name
Type
colorDefines the color of the progress circle
@since
3.0.0
Show exampleHide example
vue