-
Notifications
You must be signed in to change notification settings - Fork 1
Pagination
ShannonTucker edited this page Apr 5, 2022
·
14 revisions
Pagination allows people to navigate through multiple pages.
Pagination is 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.
Subway navigation
We imported and accepted the desktop component from the GC Design Library. We altered the component by adding a mobile version to the extended design system.