Color

You can set the colors of the progress bar using the props color and background-color.



Indeterminate

Using the indeterminate prop, v-progress-linear continuously animates.




Reversed

Displays reversed progress. The component also has RTL support, such that a progress bar in right-to-left mode with reverse prop enabled will display left-to-right.




In specific cases you may want progress to display in left-to-right mode regardless of the application direction (LTR or RTL):

Rounded

The rounded prop is used to apply a border radius to the v-progress-linear component.




Stream

The stream property works with buffer-value to convey to the user that there is some action taking place.




Striped

This applies a striped background over the value portion of the v-progress-linear. This prop has no effect when using inderminate.