Skip to main content

Pagination

Result
Loading...
Live Editor

First and Last

If you have a lot of pages, the showFirstAndLast prop will enable buttons that allow the user to jump to the first or last page.

Result
Loading...
Live Editor

Size

Result
Loading...
Live Editor

Analytics

The Pagination component is trackable through Kyber Analytics. This is the default analytics config.

export default {
value: 'Pagination',
actions: {
onPageClick: { type: 'PAGINATION_PAGECLICK', payload: 'Click' },
},
};

Props