Skip to main content

Progress Linear

info

For more details about Vuetify’s usage of Progress Linear component, click Progress Linear page.
For more prop explanations, click Vuetify Progress Linear API page.

Props

AttributeDescriptionTypeDefault
valueThe designated model value for the component.number15
absoluteApplies position: position relative to the component.booleanfalse
backgroundColorBackground color, set to component’s color if null.stringundefined
backgroundOpacityBackground opacity, if null it defaults to 0.3 if background color is not specified or 1 otherwise.number | stringundefined
bottomAligns the component towards the bottom.booleanfalse
bufferValueThe percentage value for the buffer.number | string100
classAllows custom properties to take effect.stringundefined
darkApplies the dark theme variant to the component.booleanfalse
fixedApplies position: fixed to the component.booleanfalse
indeterminateConstantly animates, use when loading progress is unknown.booleanfalse
roundedAdds a border radius to the progress component.booleanfalse
stripedAdds a stripe background to the filled portion of the progress component.booleanfalse
visibleVisibility of ProgressLinear component.booleantrue

Samples Component

ProgressLinear

ProgressLinear