Pagination
Page navigation controls for long lists and tables.
Basic
Previous / next controls with page numbers and an ellipsis.
API reference
Page navigation for long lists and tables — previous/next controls, numbered links, and an ellipsis.
Anatomy
Pagination | Root nav landmark labelled for assistive tech. |
PaginationContent | The row that lays out the page items. |
PaginationEllipsis | Indicates skipped page ranges. |
PaginationItem | A single slot wrapping a link or control. |
PaginationLink | A page-number link; mark the current page with isActive. |
PaginationNext | Link to the next page. |
PaginationPrevious | Link to the previous page. |