Vue Pagination Component API

Pagination API

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

On this page

CPagination

jsx
import { CPagination } from '@coreui/vue-pro'
PropertyDefaultType
align-string

Set the alignment of pagination components.

size-string

Size the component small or large.

CPaginationItem

jsx
import { CPaginationItem } from '@coreui/vue-pro'
PropertyDefaultType
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.