Usage

Props

NameTypeRequiredDefaultDescription
activePagenumbertrue
Current page selected, 1 based.
fieldLabelstringfalsePage
Deprecated. Handled automatically by Core I18n context.
itemsnumbertrue
Total number of items across pages.
onSelectPagefunctiontrue
A callback that receives the page selected.
perPagenumbertrue
Number of items per page.

Multi Pages

Single Page

First Page

Last Page

Pagination.Prev / Pagination.Next

DO NOT USE

This has been deprecated and will be deleted in a future release. Please refrain from new implementations.

All subcomponents will be removed. For navigation arrows, use a Button. <Button icon={<ChevronLeft />} variant="tertiary" />

The Pagination subcomponents are intentionally not documented. While the piecemeal declarative components exist, it is recommended to use the compact component (Pagination) documented above to remove implementation complexity.

The following two subcomponents can be used for navigation experiences.