--- title: Pagination description: | When a list contains more elements than will ideally fit within the current page, pagination allows for this data to be chunked into more manageable 'pages.' The pagination pattern shows the inner-navigation for traversing these pages. usage: | Pagination should be used every time a list is broken up into smaller sets of data, or pages. notes: | Generally, a page should contain no fewer than 10 items. The maximum number of items that should exist per page should be determined based on server performance/load time as well as visual appearance of the list and how users interact with the list. For lists used primarily for 'scanning' information, a larger item-per-page may be better to allow users as much context as possible at a time. ---

Default Pagination

Show
Showing batches 1-10 of 12
Show
Showing batches 1-10 of 12

Unstyled Pagination

Show
Showing batches 1-10 of 12
Show
Showing batches 1-10 of 12