Sha256: 6d1ee47a7e66f2906ae04ab9b8d1d1475d4095ac34bdf9462af21484c47fa652

Contents?: true

Size: 1.79 KB

Versions: 30

Compression:

Stored size: 1.79 KB

Contents

name: Previous and next navigation
description: Navigational links that allow users to navigate within a series of pages
  or elements.
body: |
  This component accepts 2 optional parameters, previous and next.

  Each optional parameter accepts:

  - an URL for the link
  - a title for the URL
  - a label that can add extra info (ie page number) that will be displayed under the title

  If one of the 2 parameters is nil, no link will appear.
accessibility_criteria: |
  Icons in the component must not be announced by screen readers.

  The component must:

  - identify itself as pagination navigation
  - provide a distinction between the navigation text and label text of the links both visually and for screenreaders

shared_accessibility_criteria:
  - link
accessibility_excluded_rules:
  - landmark-unique # aria-label attributes will be duplicated in component examples list
examples:
  default:
    data:
      previous_page:
        url: previous-page
        title: Previous page
        label: 1 of 3
  only_next:
    data:
      next_page:
        url: next-page
        title: Next page
        label: Tax disc
  both_previous_and_next:
    data:
      previous_page:
        url: previous-page
        title: Previous page
        label: 1 of 3
      next_page:
        url: next-page
        title: Next page
        label: 3 of 3
  both_previous_and_next_no_labels:
    data:
      previous_page:
        url: previous-page
        title: Previous page
      next_page:
        url: next-page
        title: Next page
  become_a_lorry_bus_driver_example:
    data:
      previous_page:
        url: previous-page
        title: Previous
        label: Applying for a provisional lorry or bus licence
      next_page:
        url: next-page
        title: Next
        label: 'Driver CPC part 1 test: theory'

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
govuk_publishing_components-35.5.0 app/views/govuk_publishing_components/components/docs/previous_and_next_navigation.yml
govuk_publishing_components-35.4.0 app/views/govuk_publishing_components/components/docs/previous_and_next_navigation.yml
govuk_publishing_components-35.3.5 app/views/govuk_publishing_components/components/docs/previous_and_next_navigation.yml
govuk_publishing_components-35.3.4 app/views/govuk_publishing_components/components/docs/previous_and_next_navigation.yml
govuk_publishing_components-35.3.3 app/views/govuk_publishing_components/components/docs/previous_and_next_navigation.yml
govuk_publishing_components-35.3.2 app/views/govuk_publishing_components/components/docs/previous_and_next_navigation.yml
govuk_publishing_components-35.3.1 app/views/govuk_publishing_components/components/docs/previous_and_next_navigation.yml
govuk_publishing_components-35.3.0 app/views/govuk_publishing_components/components/docs/previous_and_next_navigation.yml
govuk_publishing_components-35.2.0 app/views/govuk_publishing_components/components/docs/previous_and_next_navigation.yml
govuk_publishing_components-35.1.1 app/views/govuk_publishing_components/components/docs/previous_and_next_navigation.yml
govuk_publishing_components-35.1.0 app/views/govuk_publishing_components/components/docs/previous_and_next_navigation.yml
govuk_publishing_components-35.0.0 app/views/govuk_publishing_components/components/docs/previous_and_next_navigation.yml
govuk_publishing_components-34.14.0 app/views/govuk_publishing_components/components/docs/previous_and_next_navigation.yml
govuk_publishing_components-34.13.0 app/views/govuk_publishing_components/components/docs/previous_and_next_navigation.yml
govuk_publishing_components-34.12.0 app/views/govuk_publishing_components/components/docs/previous_and_next_navigation.yml
govuk_publishing_components-34.11.0 app/views/govuk_publishing_components/components/docs/previous_and_next_navigation.yml
govuk_publishing_components-34.10.1 app/views/govuk_publishing_components/components/docs/previous_and_next_navigation.yml
govuk_publishing_components-34.10.0 app/views/govuk_publishing_components/components/docs/previous_and_next_navigation.yml
govuk_publishing_components-34.9.1 app/views/govuk_publishing_components/components/docs/previous_and_next_navigation.yml
govuk_publishing_components-34.9.0 app/views/govuk_publishing_components/components/docs/previous_and_next_navigation.yml