Back to Evergreen

Usage

docs/documentation/components/pagination.mdx

7.1.9255 B
Original Source

Usage

Use Pagination to split the content into separate pages and navigate between the pages.

You can use Pagination when the total number of pages or items is either known or unknown.

jsx
<Pagination page={1} totalPages={5}></Pagination>