import { CContainer } from '@coreui/react'// orimport CContainer from '@coreui/react/src/components/grid/CContainer'| Property | Description | Type | Default |
|---|---|---|---|
| className | A string of all className you want applied to the base component. | string | - |
| fluid | Set container 100% wide, spanning the entire width of the viewport. | boolean | - |
| lg | Set container 100% wide until large breakpoint. | boolean | - |
| md | Set container 100% wide until medium breakpoint. | boolean | - |
| sm | Set container 100% wide until small breakpoint. | boolean | - |
| xl | Set container 100% wide until X-large breakpoint. | boolean | - |
| xxl | Set container 100% wide until XX-large breakpoint. | boolean | - |
On this page