Vue Smart Pagination Component API

Smart Pagination API

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

On this page

CSmartPagination

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

Props

PropertyDefaultType
align'start'string

Horizontall align

activePage1number

Current page number

arrowstrueboolean

Show/hide arrows

dotstrueboolean

Show/hide dots

doubleArrowstrueboolean

Show double arrows buttons

firstButton'«'string

The content of 'firstButton' button

lastButton'»'string

The content of 'lastButton' button

limit5number

Maximum items number

nextButton'›'string

The content of 'nextButton' button

pages1000number

Number of pages

previousButton'‹'string

The content of 'previousButton' button

sizeundefinedstring

Size of pagination, valid values: 'sm', 'lg'

Events

Event name
activePageChange

On active page change callback.