# Vue Columns Component API

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

## CCol

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

### Props

| Name | Type | Default | Description |
| --- | --- | --- | --- |
| `xs` | `Col` | - | The number of columns/offset/order on extra small devices (<576px). |
| `sm` | `Col` | - | The number of columns/offset/order on small devices (<768px). |
| `md` | `Col` | - | The number of columns/offset/order on medium devices (<992px). |
| `lg` | `Col` | - | The number of columns/offset/order on large devices (<1200px). |
| `xl` | `Col` | - | The number of columns/offset/order on X-Large devices (<1400px). |
| `xxl` | `Col` | - | The number of columns/offset/order on XX-Large devices (≥1400px). |
