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
classes
Optional CSS classes to apply to the component inner elements.
Show exampleHide example
vue
max
The maximum value of the progress bar.
Show exampleHide example
vue
value
The 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
color
The color of the progress bar.
Show exampleHide example
vue
rounded
The radius of the progress bar.
@since
2.0.0
Show exampleHide example
vue
contrast
The contrast ot the progress bar.
Show exampleHide example
vue
size
The size of the progress bar.
Show exampleHide example
vue
Name
Type
color
The color of the progress bar.
Show exampleHide example
vue
rounded
The radius of the progress bar.
Show exampleHide example
vue
contrast
The contrast ot the progress bar.
Show exampleHide example
vue
size
The size of the progress bar.
Show exampleHide example
vue
Name
Type
animation
Enable/disable animation, or set the animation duration (in seconds).
Show exampleHide example
vue
classes
Optional CSS classes to apply to the component inner elements.
Show exampleHide example
vue
max
The maximum value of the progress circle.
Show exampleHide example
vue
size
The size of the progress circle.
Show exampleHide example
vue
thickness
The thickness of the progress circle.
Show exampleHide example
vue
value
The current value of the progress circle.
Show exampleHide example
vue
Name
Type
color
Defines the color of the progress circle
@since
3.0.0
Show exampleHide example
vue