Use pagination to let users move through an ordered collection of items that has been split into pages. Pagination should:
- Only be used for lists with more than 25 items
- Be placed at the bottom of a long list that has been split up into pages
- Navigate to the previous and next set of items in the paged list
- Hint when users are at the first or the last page by disabling the corresponding button
Usage
The Pagination
component controls user input for both the current page and the
page size. It also renders contextual information, like the current range of
items.
Labels
You may change the text labels shown to the user to provide contextual information.