-
Notifications
You must be signed in to change notification settings - Fork 1
Pagination
ShannonTucker edited this page Apr 4, 2022
·
14 revisions
Pagination allows people to navigate through multiple pages.
Pagination can be used when results (search results, directories, etc) need to be displayed across multiple pages.
Do not use pagination when splitting content across multiple pages. Consider a different form of navigation, such as subway navigation.
Follow the WET guidance on how to display pagination on different sized devices.
We imported and accepted this component from the GC Design Library