You can set the colors of the progress bar using the props color and background-color.
Using the indeterminate prop, v-progress-linear continuously animates.
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):
The rounded prop is used to apply a border radius to the v-progress-linear component.
The stream property works with buffer-value to convey to the user that there is some action taking place.
This applies a striped background over the value portion of the v-progress-linear. This prop has no effect when using inderminate.