# Vue Pagination Component API

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

## CPagination

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

### Props

| Name | Type | Default | Description |
| --- | --- | --- | --- |
| `align` | `string` | - | Set the alignment of pagination components. |
| `size` | `string` | - | Size the component small or large. |

## CPaginationItem

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

### Props

| Name | Type | Default | Description |
| --- | --- | --- | --- |
| `active` | `boolean` | - | Toggle the active state for the component. |
| `as` | `string` | - | Component used for the root node. Either a string to use a HTML element or a component. |
| `disabled` | `boolean` | - | Toggle the disabled state for the component. |
| `href` | `string` | - | The href attribute specifies the URL of the page the link goes to. |
