Pagination

Page navigation for long lists and data tables. Composable parts for full control over the rendered markup.

Basic

With ellipsis

First page (disabled prev)

Parts

PropTypeDefaultDescription
PaginationnavRoot navigation wrapper.
PaginationContentulFlex row containing all items.
PaginationItemliList item wrapper.
PaginationLinkaPage number link. Set isActive for the current page.
PaginationLink isActivebooleanfalseMarks the link as the current page.
PaginationPreviousaPrevious page link with chevron icon. Add aria-disabled="true" on the first page.
PaginationNextaNext page link with chevron icon. Add aria-disabled="true" on the last page.
PaginationEllipsisspanDecorative ellipsis between non-contiguous page ranges.