Skip to main content

Overlay

The Overlay component is used to provide emphasis on a particular element or parts of it. It signals to the user of a state change within the application and can be used for creating loaders, dialogs and more.

info

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

Props

AttributeDescriptionTypeDefault
classAllows custom properties to take effect.stringundefined
darkApplies the dark theme.booleanfalse
absoluteApplies position: absolute to the component.booleanfalse
opacitySets the overlay opacity.number-string0.46
zIndexThe z-index used for the component.number-string5
valueControls whether the component is visible or hidden.anytrue
visibleVisibility of Overlay component.booleantrue