Vue Containers Component API

Containers API

Explore the API reference for the Vue Containers component and discover how to effectively utilize its props for customization.

On this page

CContainer

jsx
import { CContainer } from '@coreui/vue-pro'
PropertyDefaultType
sm-boolean

Set container 100% wide until small breakpoint.

md-boolean

Set container 100% wide until medium breakpoint.

lg-boolean

Set container 100% wide until large breakpoint.

xl-boolean

Set container 100% wide until X-large breakpoint.

xxl-boolean

Set container 100% wide until XX-large breakpoint.

fluid-boolean

Set container 100% wide, spanning the entire width of the viewport.