1.0.2 • Published 5 years ago

react-pagination_eliecerc v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

react-pagination_eliecerc

React pagination component

Install React Pagination as a dependency

$ yarn add react-paginacion_eliecerc

OR

$ npm i react-paginacion_eliecerc --save

Props

activePage - current selected page - default: 1 visiblePages - amount of visible pages for selection - default: 10 itemsPerPage - amount of items viewed per page - default: 50 nextTitle - title for next button - default: "Next" prevTitle - title for previous button - default: "Previous"

Notes

This package is for personal use. If you find it useful feel free to install it in your project.