Pagination divides content up between pages, and allows users to skip between pages or go in order through the content.

Default

Pagination allows the user to view content that is too large to easily display within a single page.

Round Variant

The Pagination component also supports a round variant. Add the pagination-round class to the parent <ul>...</ul> tag.

Pager

Pagers are the directional navigation components that are commonly used with ordered or stepped processes. Previous and Next buttons are used to help navigate the user through the process.

Deprecated

The pager component has been deprecated in Bootstrap 4. However it can be effectively recreated using the Flexbox layout and Flat Buttons.