GC Design System Components
GC Design System Start to use Page templates overview Basic page Components overview Breadcrumbs Button Card Checkboxes Container Date input Date modified Details Error message Error summary Fieldset File uploader Footer Grid Header Heading Icon Input Language toggle Link Notice Pagination Radios Screenreader-only Search Select Side navigation Signature Stepper Text Textarea Theme and topic menu Top navigation CSS shortcuts overview Reset styles Responsive layout State Box sizing Container sizing Display Overflow Position Visibility Font Font family Font size Font style Font weight Line height Link colour Link size Link text decoration List style Text align Text colour Text overflow Text transform Word break Margin Padding Align content Align items Align self Flex Flex direction Flex grow Flex shrink Flex wrap Gap Grid columns Grid rows Justify content Justify items Justify self Order Place content Place items Place self Background colour Border colour Border radius Border style Border width Icon names Icon size Image Cursor Pointer events Transition Styles overview Design tokens Colour tokens Spacing tokens Typography tokens Contact us Get involved Find a demo

Pagination
<gcds-pagination>

Also called: page index, page navigation.

Pagination is a division of content into multiple linked pages.

Pagination component preview

Pagination anatomy

Simple pagination anatomy

  1. The previous link navigates to the previous page in the flow when selected.
  2. The previous chevron is a visual aid to indicate navigating backward, to previous pages in the page flow.
  3. The previous text is the text that accompanies the previous chevron and indicates that the user would be navigating to the previous page in the flow.
  4. The previous label provides context about the page the user will navigate to next.
  5. The next link navigates to the next page in the flow when selected.
  6. The next chevron is a visual aid to signal forward navigation in the flow.
  7. The next text is the text that accompanies the next chevron and indicates that the user would be navigating to the next page in the flow.
  8. The next label provides context about the page the user will navigate back to.
The pagination component with numbers pointing to individual parts of the simple pagination's anatomy.

List-styled pagination anatomy

Large screens

  1. The previous link navigates to the previous page in the flow when selected.
  2. The previous chevron is a visual aid to indicate navigating backward, to previous pages in the page flow.
  3. The previous text is the text that accompanies the previous chevron and indicates that the user would be navigating to the previous page in the flow.
  4. A page link navigates to it’s corresponding page in the flow.
  5. The current page indicates the page the user is currently on.
  6. An ellipsis replaces any pages that are being skipped.
  7. The next text is the text that accompanies the next chevron and indicates that the user would be navigating to the next page in the flow.
  8. The next chevron is a visual aid indicating that you would be navigating forwards in the page flow.
  9. The next link navigates to the next page in the flow when selected.
The pagination component with numbers pointing to individual parts of the large screen list pagination anatomy.

Small screens

  1. A page link navigates to it’s corresponding page in the flow.
  2. The current page indicates the page the user is currently on.
  3. An ellipsis replaces any pages that are being skipped.
  4. The previous link navigates to the previous page in the flow when selected.
  5. The previous chevron is a visual aid to indicate navigating backward, to previous pages in the page flow.
  6. The previous text is the text that accompanies the previous chevron and indicates that the user would be navigating to the previous page in the flow.
  7. The next text is the text that accompanies the next chevron and indicates that theuser would be navigating to the next page in the flow.
  8. The next chevron is a visual aid indicating that you would be navigating forwards in the page flow.
  9. The next link navigates to the next page in the flow when selected.
The pagination component with numbers pointing to individual parts of the small screen list pagination anatomy.

Design and accessibility for pagination

Make pagination content findable

  • Put the most important information on the first few pages so there is a lower chance of it being missed.
  • Place the pagination component immediately under the page content, aligned to the left.
  • Display navigation links in a way that supports visual scanning:
    • In a single row without wrapping in list-styled pagination.
    • Vertically stacked to support users of screen magnification in simple pagination.

Help people understand where they are

  • In simple pagination, use a label under the “Previous” and “Next” text to let the user know where they are in the flow. Include the page title or the page number and total number of pages to provide context on the adjacent pages.
  • Avoid showing the “Previous” link on the first page or the “Next” link on the last page.

Show the relevant number of pages

In list-styled pagination, show enough page links to fill the horizontal space.

Always show:

  • The current page
  • The first and last pages
  • The pages immediately before and after the current page

On larger screens, show additional pages before and after the current page when space allows.

Help us improve

Have questions or a request? Give feedback on our contact form.

Something's wrong? Raise it through GitHub with an account. You'll have access to the team's direct responses, progress made on your issue, and issues raised by others.

Give feedback Report an issue on GitHub
2026-03-17