Custom Pagination component in React and TypeScript A Pagination component simply needs 3 important props:
- currentPage
- setCurrentPage
- pageCount
- React
- TypeScript
- Vite
# Clone this repo
git clone https://github.com/hesbon-osoro/custom-pagination.git
# Navigate to directory and install packages
cd custom-pagination && yarn
# Start the app
yarn dev