Skip to main content

Pagination

Pagination is a navigation system that allows users to navigate through a set of content in smaller, more manageable chunks. It is commonly used in websites and applications that display large amounts of data or content.

Simple Pagination

A simple pagination component that displays the current page number and the total number of pages.

Alternate Pagination Style

An alternate boxed pagination style that displays the current page number and the total number of pages.

Ghost Pagination Style

This is similar to the Simple Pagination style but uses ghost styling for the pagination buttons.

Accessibility Testing Status

ComponentNVDAWindows NarratorWAVEAxeIBM Equal Access
Simple PaginationYesYesYesYesYes
Alternate PaginationYesYesYesYesYes
Ghost PaginationYesYesYesYesYes

While there are no specific patters from the ARIA Authoring Practices Guide for Pagination, the implementation of the pagination components follows best practices for navigational elements.