Pagination

The pagination component allows navigation between multiple pages.

# Basic Usage


Pagination Component

PropTypeDescription
totalPagesnumberTotal number of pages.
currentPagenumberCurrent active page.
setCurrentPagefunctionFunction to update the current page.