Components

Pagination

Help users navigate forwards and backwards through a series of pages. For example, search results or guidance that’s divided into multiple website pages — like the GOV.UK mainstream guide format.

<nav class="govuk-pagination" aria-label="results">
  <div class="govuk-pagination__prev">
    <a
      rel="prev"
      class="govuk-link govuk-link--active govuk-pagination__link"
      href="#"
    >
      <svg
        class="govuk-pagination__icon govuk-pagination__icon--prev"
        xmlns="http://www.w3.org/2000/svg"
        height="13"
        width="15"
        aria-hidden="true"
        focusable="false"
        viewBox="0 0 15 13"
      >
        <path
          d="m6.5938-0.0078125-6.7266 6.7266 6.7441 6.4062 1.377-1.449-4.1856-3.9768h12.896v-2h-12.984l4.2931-4.293-1.414-1.414z"
        ></path>
      </svg>
      <span class="govuk-pagination__link-title">
        Previous
        <span class="govuk-visually-hidden">
          page
        </span>
      </span>
    </a>
  </div>
  <ul class="govuk-pagination__list">
    <li class="govuk-pagination__item">
      <a
        class="govuk-link govuk-link--active govuk-pagination__link"
        href="#"
      >
        1
      </a>
    </li>
    <li
      class="govuk-pagination__item govuk-pagination__item--current"
    >
      <a
        class="govuk-link govuk-link--active govuk-pagination__link"
        href="#"
      >
        2
      </a>
    </li>
    <li class="govuk-pagination__item">
      <a
        class="govuk-link govuk-link--active govuk-pagination__link"
        href="#"
      >
        3
      </a>
    </li>
  </ul>
  <div class="govuk-pagination__next">
    <a
      rel="next"
      class="govuk-link govuk-link--active govuk-pagination__link"
      href="#"
    >
      <span class="govuk-pagination__link-title">
        Next
        <span class="govuk-visually-hidden">
          page
        </span>
      </span>
      <svg
        class="govuk-pagination__icon govuk-pagination__icon--next"
        xmlns="http://www.w3.org/2000/svg"
        height="13"
        width="15"
        aria-hidden="true"
        focusable="false"
        viewBox="0 0 15 13"
      >
        <path
          d="m8.107-0.0078125-1.4136 1.414 4.2926 4.293h-12.986v2h12.896l-4.1855 3.9766 1.377 1.4492 6.7441-6.4062-6.7246-6.7266z"
        ></path>
      </svg>
    </a>
  </div>
</nav>
<Pagination
  currentPage={2}
  links={["#", "#", "#"]}
/>
Props
NameTypeDefaultDescription
titleother
idother'id' attribute to place on the base HTML element
classBlockotherBlock name override in BEM style classes applied to all elements
classModifiersotherBEM style modifiers to apply to the base HTML element
classNameotherExtra classes to apply to the base HTML element
defaultCheckedother
defaultValueother
suppressContentEditableWarningother
suppressHydrationWarningother
accessKeyother
autoCapitalizeother
autoFocusother
contentEditableother
contextMenuother
dirother
draggableother
enterKeyHintother
hiddenother
langother
nonceother
slotother
spellCheckother
styleother
tabIndexother
translateother
radioGroupother
roleother
aboutother
contentother
datatypeother
inlistother
prefixother
propertyother
relother
resourceother
revother
typeofother
vocabother
autoCorrectother
autoSaveother
colorother
itemPropother
itemScopeother
itemTypeother
itemIDother
itemRefother
resultsother
securityother
unselectableother
inputModeotherHints at the type of data that might be entered by the user while editing the element or its contents
isotherSpecify that a standard HTML element should behave like a defined custom built-in element
aria-activedescendantotherIdentifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
aria-atomicotherIndicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.
aria-autocompleteotherIndicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.
aria-braillelabelotherDefines a string value that labels the current element, which is intended to be converted into Braille.
aria-brailleroledescriptionotherDefines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
aria-busyother
aria-checkedotherIndicates the current "checked" state of checkboxes, radio buttons, and other widgets.
aria-colcountotherDefines the total number of columns in a table, grid, or treegrid.
aria-colindexotherDefines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
aria-colindextextotherDefines a human readable text alternative of aria-colindex.
aria-colspanotherDefines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
aria-controlsotherIdentifies the element (or elements) whose contents or presence are controlled by the current element.
aria-currentotherIndicates the element that represents the current item within a container or set of related elements.
aria-describedbyotherIdentifies the element (or elements) that describes the object.
aria-descriptionotherDefines a string value that describes or annotates the current element.
aria-detailsotherIdentifies the element that provides a detailed, extended description for the object.
aria-disabledotherIndicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
aria-dropeffectotherIndicates what functions can be performed when a dragged object is released on the drop target.
aria-errormessageotherIdentifies the element that provides an error message for the object.
aria-expandedotherIndicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
aria-flowtootherIdentifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.
aria-grabbedotherIndicates an element's "grabbed" state in a drag-and-drop operation.
aria-haspopupotherIndicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
aria-hiddenotherIndicates whether the element is exposed to an accessibility API.
aria-invalidotherIndicates the entered value does not conform to the format expected by the application.
aria-keyshortcutsotherIndicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
aria-labelotherDefines a string value that labels the current element.
aria-labelledbyotherIdentifies the element (or elements) that labels the current element.
aria-levelotherDefines the hierarchical level of an element within a structure.
aria-liveotherIndicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.
aria-modalotherIndicates whether an element is modal when displayed.
aria-multilineotherIndicates whether a text box accepts multiple lines of input or only a single line.
aria-multiselectableotherIndicates that the user may select more than one item from the current selectable descendants.
aria-orientationotherIndicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
aria-ownsotherIdentifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship.
aria-placeholderotherDefines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.
aria-posinsetotherDefines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
aria-pressedotherIndicates the current "pressed" state of toggle buttons.
aria-readonlyotherIndicates that the element is not editable, but is otherwise operable.
aria-relevantotherIndicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
aria-requiredotherIndicates that user input is required on the element before a form may be submitted.
aria-roledescriptionotherDefines a human-readable, author-localized description for the role of an element.
aria-rowcountotherDefines the total number of rows in a table, grid, or treegrid.
aria-rowindexotherDefines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
aria-rowindextextotherDefines a human readable text alternative of aria-rowindex.
aria-rowspanotherDefines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
aria-selectedotherIndicates the current "selected" state of various widgets.
aria-setsizeotherDefines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
aria-sortotherIndicates if items in a table or grid are sorted in ascending or descending order.
aria-valuemaxotherDefines the maximum allowed value for a range widget.
aria-valueminotherDefines the minimum allowed value for a range widget.
aria-valuenowotherDefines the current value for a range widget.
aria-valuetextotherDefines the human readable text alternative of aria-valuenow for a range widget.
dangerouslySetInnerHTMLother
onCopyother
onCopyCaptureother
onCutother
onCutCaptureother
onPasteother
onPasteCaptureother
onCompositionEndother
onCompositionEndCaptureother
onCompositionStartother
onCompositionStartCaptureother
onCompositionUpdateother
onCompositionUpdateCaptureother
onFocusother
onFocusCaptureother
onBlurother
onBlurCaptureother
onChangeother
onChangeCaptureother
onBeforeInputother
onBeforeInputCaptureother
onInputother
onInputCaptureother
onResetother
onResetCaptureother
onSubmitother
onSubmitCaptureother
onInvalidother
onInvalidCaptureother
onLoadother
onLoadCaptureother
onErrorother
onErrorCaptureother
onKeyDownother
onKeyDownCaptureother
onKeyPressother
onKeyPressCaptureother
onKeyUpother
onKeyUpCaptureother
onAbortother
onAbortCaptureother
onCanPlayother
onCanPlayCaptureother
onCanPlayThroughother
onCanPlayThroughCaptureother
onDurationChangeother
onDurationChangeCaptureother
onEmptiedother
onEmptiedCaptureother
onEncryptedother
onEncryptedCaptureother
onEndedother
onEndedCaptureother
onLoadedDataother
onLoadedDataCaptureother
onLoadedMetadataother
onLoadedMetadataCaptureother
onLoadStartother
onLoadStartCaptureother
onPauseother
onPauseCaptureother
onPlayother
onPlayCaptureother
onPlayingother
onPlayingCaptureother
onProgressother
onProgressCaptureother
onRateChangeother
onRateChangeCaptureother
onResizeother
onResizeCaptureother
onSeekedother
onSeekedCaptureother
onSeekingother
onSeekingCaptureother
onStalledother
onStalledCaptureother
onSuspendother
onSuspendCaptureother
onTimeUpdateother
onTimeUpdateCaptureother
onVolumeChangeother
onVolumeChangeCaptureother
onWaitingother
onWaitingCaptureother
onAuxClickother
onAuxClickCaptureother
onClickother
onClickCaptureother
onContextMenuother
onContextMenuCaptureother
onDoubleClickother
onDoubleClickCaptureother
onDragother
onDragCaptureother
onDragEndother
onDragEndCaptureother
onDragEnterother
onDragEnterCaptureother
onDragExitother
onDragExitCaptureother
onDragLeaveother
onDragLeaveCaptureother
onDragOverother
onDragOverCaptureother
onDragStartother
onDragStartCaptureother
onDropother
onDropCaptureother
onMouseDownother
onMouseDownCaptureother
onMouseEnterother
onMouseLeaveother
onMouseMoveother
onMouseMoveCaptureother
onMouseOutother
onMouseOutCaptureother
onMouseOverother
onMouseOverCaptureother
onMouseUpother
onMouseUpCaptureother
onSelectother
onSelectCaptureother
onTouchCancelother
onTouchCancelCaptureother
onTouchEndother
onTouchEndCaptureother
onTouchMoveother
onTouchMoveCaptureother
onTouchStartother
onTouchStartCaptureother
onPointerDownother
onPointerDownCaptureother
onPointerMoveother
onPointerMoveCaptureother
onPointerUpother
onPointerUpCaptureother
onPointerCancelother
onPointerCancelCaptureother
onPointerEnterother
onPointerLeaveother
onPointerOverother
onPointerOverCaptureother
onPointerOutother
onPointerOutCaptureother
onGotPointerCaptureother
onGotPointerCaptureCaptureother
onLostPointerCaptureother
onLostPointerCaptureCaptureother
onScrollother
onScrollCaptureother
onWheelother
onWheelCaptureother
onAnimationStartother
onAnimationStartCaptureother
onAnimationEndother
onAnimationEndCaptureother
onAnimationIterationother
onAnimationIterationCaptureother
onTransitionEndother
onTransitionEndCaptureother
landmarkLabelotherThe label for the navigation landmark that wraps the pagination.
currentPageotherThe current page being viewed
nextotherA link to the next page, if there is a next page.
previousotherA link to the previous page, if there is a previous page.
totalPagesotherThe total number of pages
linksotherList of all links to paginate through, in order
backAndForthotherWhether to only show next and previous links
nextTextotherA link to the next page, if there is a next page.
previousTextotherA link to the previous page, if there is a previous page.
pageParameterotherQuery parameter to use for the page number
queryotherQuery object of the current page, to append to

When to use this component

Consider using pagination when:

  • showing all the content on a single page makes the page take too long to load
  • most users will only need the content on the first page or first few pages

When not to use this component

Only break up content onto separate pages if it improves the performance or usability of your service.

Avoid using the ‘infinite scroll’ technique to automatically load content when the user approaches the bottom of the page. This causes problems for keyboard users.

Do not use this Pagination component for linear journeys — for example, where you’re asking the user to complete a form. Instead, use the [Button component] (usually a ‘Continue’ button) to let the user move to the next page — and a [Back link] to let them move to the previous page.

How it works

Add the pagination component after the content on each page that you’re paginating.

View an example of Pagination in a standard GOV.UK page template.

Do not show pagination if there’s only one page of content.

Redirect users to the first page if they enter a URL of a page that no longer exists.

For smaller numbers of pages

Use ‘Previous’ and ‘Next’ links to let users navigate through a small number of pages. Stack the links vertically, so they’re more obvious to screen magnifier users when they’re zoomed in:

<nav
  class="govuk-pagination govuk-pagination--block"
  aria-label="results"
>
  <div class="govuk-pagination__prev">
    <a
      rel="prev"
      class="govuk-link govuk-link--active govuk-pagination__link"
      href="#"
    >
      <svg
        class="govuk-pagination__icon govuk-pagination__icon--prev"
        xmlns="http://www.w3.org/2000/svg"
        height="13"
        width="15"
        aria-hidden="true"
        focusable="false"
        viewBox="0 0 15 13"
      >
        <path
          d="m6.5938-0.0078125-6.7266 6.7266 6.7441 6.4062 1.377-1.449-4.1856-3.9768h12.896v-2h-12.984l4.2931-4.293-1.414-1.414z"
        ></path>
      </svg>
      <span class="govuk-pagination__link-title">
        Previous
        <span class="govuk-visually-hidden">
          page
        </span>
      </span>
      <span class="govuk-visually-hidden">:</span>
      <span class="govuk-pagination__link-label">
        1 of 3
      </span>
    </a>
  </div>
  <div class="govuk-pagination__next">
    <a
      rel="next"
      class="govuk-link govuk-link--active govuk-pagination__link"
      href="#"
    >
      <svg
        class="govuk-pagination__icon govuk-pagination__icon--next"
        xmlns="http://www.w3.org/2000/svg"
        height="13"
        width="15"
        aria-hidden="true"
        focusable="false"
        viewBox="0 0 15 13"
      >
        <path
          d="m8.107-0.0078125-1.4136 1.414 4.2926 4.293h-12.986v2h12.896l-4.1855 3.9766 1.377 1.4492 6.7441-6.4062-6.7246-6.7266z"
        ></path>
      </svg>
      <span class="govuk-pagination__link-title">
        Next
        <span class="govuk-visually-hidden">
          page
        </span>
      </span>
      <span class="govuk-visually-hidden">:</span>
      <span class="govuk-pagination__link-label">
        3 of 3
      </span>
    </a>
  </div>
</nav>
<Pagination
  currentPage={2}
  next="#"
  previous="#"
  totalPages={3}
/>

Add link labels to describe pages

You can use link labels to give more context:

You can also do this through providing a list of links:

For larger numbers of pages

Use a list-type layout if users need to navigate through large numbers of pages. For example, long lists of search results.

<nav class="govuk-pagination" aria-label="results">
  <div class="govuk-pagination__prev">
    <a
      rel="prev"
      class="govuk-link govuk-pagination__link"
      href="/?name=Pagination&amp;p=6"
    >
      <svg
        class="govuk-pagination__icon govuk-pagination__icon--prev"
        xmlns="http://www.w3.org/2000/svg"
        height="13"
        width="15"
        aria-hidden="true"
        focusable="false"
        viewBox="0 0 15 13"
      >
        <path
          d="m6.5938-0.0078125-6.7266 6.7266 6.7441 6.4062 1.377-1.449-4.1856-3.9768h12.896v-2h-12.984l4.2931-4.293-1.414-1.414z"
        ></path>
      </svg>
      <span class="govuk-pagination__link-title">
        Previous
        <span class="govuk-visually-hidden">
          page
        </span>
      </span>
    </a>
  </div>
  <ul class="govuk-pagination__list">
    <li class="govuk-pagination__item">
      <a
        class="govuk-link govuk-pagination__link"
        href="/?name=Pagination&amp;p=1"
      >
        1
      </a>
    </li>
    <li
      class="govuk-pagination__item govuk-pagination__item--ellipses"
    ></li>
    <li class="govuk-pagination__item">
      <a
        class="govuk-link govuk-pagination__link"
        href="/?name=Pagination&amp;p=6"
      >
        6
      </a>
    </li>
    <li
      class="govuk-pagination__item govuk-pagination__item--current"
    >
      <a
        class="govuk-link govuk-pagination__link"
        href="/?name=Pagination&amp;p=7"
      >
        7
      </a>
    </li>
    <li class="govuk-pagination__item">
      <a
        class="govuk-link govuk-pagination__link"
        href="/?name=Pagination&amp;p=8"
      >
        8
      </a>
    </li>
    <li
      class="govuk-pagination__item govuk-pagination__item--ellipses"
    ></li>
    <li class="govuk-pagination__item">
      <a
        class="govuk-link govuk-pagination__link"
        href="/?name=Pagination&amp;p=42"
      >
        42
      </a>
    </li>
  </ul>
  <div class="govuk-pagination__next">
    <a
      rel="next"
      class="govuk-link govuk-pagination__link"
      href="/?name=Pagination&amp;p=8"
    >
      <span class="govuk-pagination__link-title">
        Next
        <span class="govuk-visually-hidden">
          page
        </span>
      </span>
      <svg
        class="govuk-pagination__icon govuk-pagination__icon--next"
        xmlns="http://www.w3.org/2000/svg"
        height="13"
        width="15"
        aria-hidden="true"
        focusable="false"
        viewBox="0 0 15 13"
      >
        <path
          d="m8.107-0.0078125-1.4136 1.414 4.2926 4.293h-12.986v2h12.896l-4.1855 3.9766 1.377 1.4492 6.7441-6.4062-6.7246-6.7266z"
        ></path>
      </svg>
    </a>
  </div>
</nav>
<Pagination
  currentPage={7}
  pageParameter="p"
  query={{
    name: "Pagination",
  }}
  totalPages={42}
/>

Show the page number in the page <title> so that screen reader users know they’ve navigated to a different page. For example, ‘Search results (page 1 of 4)’.

Show an appropriate number of pages to fit the horizontal space available.

For smaller screens, show page numbers for:

  • the current page
  • previous and next pages
  • first and last pages

For larger screens, show page numbers for:

  • the current page
  • at least one page immediately before and after the current page
  • first and last pages

Use ellipses (…) to replace any skipped pages. For example:

  • [1] 2 … 100
  • 1 [2] 3 … 100
  • 1 2 [3] 4 … 100
  • 1 2 3 [4] 5 … 100
  • 1 … 4 [5] 6 … 100
  • 1 … 97 [98] 99 100
  • 1 … 98 [99] 100
  • 1 … 99 [100]

First and last pages

Do not show the previous page link on the first page — and do not show the next page link on the last page.

<nav class="govuk-pagination" aria-label="results">
  <ul class="govuk-pagination__list">
    <li
      class="govuk-pagination__item govuk-pagination__item--current"
    >
      <a
        class="govuk-link govuk-link--active govuk-pagination__link"
        href="#"
      >
        1
      </a>
    </li>
    <li class="govuk-pagination__item">
      <a
        class="govuk-link govuk-link--active govuk-pagination__link"
        href="#"
      >
        2
      </a>
    </li>
    <li class="govuk-pagination__item">
      <a
        class="govuk-link govuk-link--active govuk-pagination__link"
        href="#"
      >
        3
      </a>
    </li>
  </ul>
  <div class="govuk-pagination__next">
    <a
      rel="next"
      class="govuk-link govuk-link--active govuk-pagination__link"
      href="#"
    >
      <span class="govuk-pagination__link-title">
        Next
        <span class="govuk-visually-hidden">
          page
        </span>
      </span>
      <svg
        class="govuk-pagination__icon govuk-pagination__icon--next"
        xmlns="http://www.w3.org/2000/svg"
        height="13"
        width="15"
        aria-hidden="true"
        focusable="false"
        viewBox="0 0 15 13"
      >
        <path
          d="m8.107-0.0078125-1.4136 1.414 4.2926 4.293h-12.986v2h12.896l-4.1855 3.9766 1.377 1.4492 6.7441-6.4062-6.7246-6.7266z"
        ></path>
      </svg>
    </a>
  </div>
</nav>
<Pagination
  currentPage={1}
  links={["#", "#", "#"]}
/>
<nav class="govuk-pagination" aria-label="results">
  <div class="govuk-pagination__prev">
    <a
      rel="prev"
      class="govuk-link govuk-link--active govuk-pagination__link"
      href="#"
    >
      <svg
        class="govuk-pagination__icon govuk-pagination__icon--prev"
        xmlns="http://www.w3.org/2000/svg"
        height="13"
        width="15"
        aria-hidden="true"
        focusable="false"
        viewBox="0 0 15 13"
      >
        <path
          d="m6.5938-0.0078125-6.7266 6.7266 6.7441 6.4062 1.377-1.449-4.1856-3.9768h12.896v-2h-12.984l4.2931-4.293-1.414-1.414z"
        ></path>
      </svg>
      <span class="govuk-pagination__link-title">
        Previous
        <span class="govuk-visually-hidden">
          page
        </span>
      </span>
    </a>
  </div>
  <ul class="govuk-pagination__list">
    <li class="govuk-pagination__item">
      <a
        class="govuk-link govuk-link--active govuk-pagination__link"
        href="#"
      >
        1
      </a>
    </li>
    <li class="govuk-pagination__item">
      <a
        class="govuk-link govuk-link--active govuk-pagination__link"
        href="#"
      >
        2
      </a>
    </li>
    <li
      class="govuk-pagination__item govuk-pagination__item--current"
    >
      <a
        class="govuk-link govuk-link--active govuk-pagination__link"
        href="#"
      >
        3
      </a>
    </li>
  </ul>
</nav>
<Pagination
  currentPage={3}
  links={["#", "#", "#"]}
/>

Filtering and sorting

Consider adding filtering or sorting options if it helps users to find what they need in a long list of pages. For example, the business support finder on GOV.UK has filtering options.

If the user filters or sorts the list of pages, apply this to the whole list (not just the current page) and redirect them back to the first page of the new results.

Set defaults to minimise how many pages most users have to click through to find what they need.

Research on this component

This component is based on similar ones developed and used successfully by the Government Digital Service, Ministry of Justice and the Home Office, and on feedback in the Design System backlog.