Pagination
Pagination
is a component for managing the pagination and navigation of content.
ARIA Roles and Attributes
Component | Role and Attributes | Usage |
---|---|---|
Pagination | role="navigation" | Indicates that this is a navigation region between pages. |
PaginationItem Internal | aria-label | Set each to "Go to first page" , "Go to previous page" , "Go to next page" , "Go to last page" , and "Go to page N" . |
Edit this page on GitHub