Help users navigate forwards and backwards through a series of pages. For example, search results or guidance that’s divided into multiple website pages.
{{ aspExample({ code: "", nunjucks: "", json: "", title: "", example: "default", id: "65a92dc0b528b" }) }} {{ aspExample({ code: "", nunjucks: "", json: "", title: "", example: "previous-only", id: "66e04c961110f" }) }} {{ aspExample({ code: "", nunjucks: "", json: "", title: "", example: "custom-labels", id: "66e04c961110f" }) }}Consider using pagination when:
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.
The below criteria all need to be met for a component to be considered as fully developed for use within the ASP Digital Design System.