Skip to content

Pagination

Pagination is used for splitting up content or data into several pages, with a control for navigating to the next or previous page.

Usage

Pagination

When to use

  • When there are more than 25 items displayed in one view. Pagination should not be shown if only one page is available.

Alternative

Consider using a “Load more” pattern as an alternative to classical pagination. This approach offers users more control by allowing them to load additional results only when they choose to. Instead of navigating between pages, users click a “Load more” button at the end of the current list.


Except where otherwise noted, content on this site is licensed under MIT License.