Skip to content

technowizard/custom-pagination

Repository files navigation

React Custom Pagination

A snippet for creating form with pagination control without a library, using code from this article

I added a function for go to the first page and last page, also I create the UI using Chakra UI library

Build With

Installation

Clone the repo

git clone https://github.com/technowizard/custom-pagination.git

cd custom-pagination

Install packages and dependencies

yarn // or yarn install

Run the app in development mode

yarn dev