Responsive Pagination Application made with React JS and Styled-Components. We can also set number of items to be displayed on the per page.
https://engineersatyaa.github.io/react-pagination/
GET https://jsonplaceholder.typicode.com/comments?_page=${currentPage}&_limit=${itemsLimit}
Parameter | Type | Description |
---|---|---|
currentPage |
number |
Required. |
itemsLimit |
number |
Required. |
- Responsive design.
- Set number of items to be displayed.
Contributions are always welcome!