Homecomponentsnavigational
Pagination
An interface to show an array of buttons to navigate a page of items.
common.pagination
Overflowing
If the number of pages is beyond a certain threshhold, the pagination shows only a few selected buttons. Hiding the rest.
common.pagination
...
API
numberOfPages
Required
number
currentPage
Required
number
onChange
Required
(page: number) => void