February 2026 - Pagination Component
Pagination component documentation with page navigation, next and previous links.
Pagination Component
Added documentation for the Pagination component, which provides page navigation with numbered links, previous/next controls, and ellipsis indicators.
Preview
Code
Features
- Numbered page links with active state
- Previous and next navigation controls
- Ellipsis indicator for collapsed page ranges
- Accessible markup with
aria-labelandaria-current="page" - Built on React Aria
<Link>component - Responsive — text labels hidden on small screens
Simple
Page number links only, without previous and next navigation.
Preview
Code
Icons Only
Compact navigation using icon-only previous and next controls.
Preview
Code