Skip to content
Amplify from Studio 24
  • Get started
  • Fundamentals
  • Layout helpers
  • Core components
  • Advanced components
  • Typography test
  • Avatars
  • Breadcrumbs
  • Cards
  • Image component
  • Main
  • Notes
  • Pagination
  • Progress indicator
  • Quote component
  • Shelves
  • Simple search form
  • Sticky footer
  • Tag list
  • Text component
  • Video component

Pagination

  • Previous
  • 1
  • 2
  • 3
  • 4
  • …
  • 10
  • Next

Considerations

Note the use of the cluster layout helper.

Note how the pagination links meet the requirements of WCAG Success Criterion 2.5.5: Target Size (AAA).

The aria-label attribute has been added to the nav element. This is because the main website navigation also uses the nav element. Where there are multiple nav elements on a single page, all must be given a unique accessible name via aria-label.

The current page is indicated by aria-current="page". As per the breadcrumbs component, it is fully linked so that users of Assistive Technology can find which is the currently active link.

© Studio 24