# Vue Containers Component API

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

## CContainer

```jsx
import { CContainer } from '@coreui/vue-pro'
```

### Props

| Name | Type | Default | Description |
| --- | --- | --- | --- |
| `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. |
