Skip to content

jayknayak/react-pagination-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react-pagination-1

Easy integratable pagination component for React Apps using react-paginate.

Pagination

Pre-Requisites

Apart from the "react" package, install the react-paginate module:

npm install react-paginate --save

Inputs

Takes the following three props:

  • itemsPerPage : Total items count to display per page.
  • items : List of items.
  • handlePageChange : To handle application logic on page change event.

Reference

<PaginatedItems
  itemsPerPage={pageSize}
  items={itemList}
  handlePageChange={handlePageChange}
/>

About

Easy integratable pagination component for React Apps using react-paginate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors