Skip to main content

Container

The Container component is used for centering and horizontally padding data contents.

info

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

Props

AttributeDescriptionTypeDefault
eagerProp that determines if the page content will be rendered or not.booleanTrue
classProp that determines the class to add to the Container.string‘container container–fluid’
visibleVisibility of Container component.booleantrue

Mobile Usage

On mobile, except for dynamic screens, you should use only one Container.

Samples QJson

Container