Components / Pagination

Basic Pagination

Smart ellipsis pagination that collapses ranges for large page counts. Active page has an elevated layered shadow.

Page 6 of 24

Few Pages

When total pages are few, all numbers render without ellipsis.

MayaPagination API

Prop / EventTypeDefaultDescription
currentNumberRequired. The current active page. Used with v-model:current.
totalNumberRequired. Total number of items.
perPageNumber10Number of items per page.
siblingsNumber1Number of always visible pages before and after the current page.
@update:currentEventEmitted when the page changes.