Pagination
Pagination is a component that allows users to navigate between multiple pages.
Usage
Props
| Props | Type | Description | Default |
|---|---|---|---|
currentPage | number | current page | undefined |
totalPages | number | total page | undefined |
Events
| Events | Description |
|---|---|
onPageChange | fired when current page changed |