Components
Pagination
The Pagination component provides a user interface for navigating through a set of pages, typically used for displaying large datasets or splitting content into multiple pages.
Examples
A basic pagination.
<Pagination totalPages={10} selectedPage={1} onPageChange={() => {}} />