kk-react-paginate
v1.3.0
Published
Pagination component for ReactJS
Downloads
5
Maintainers
Readme
KK React Pagination
Pagination component for ReactJS
KK React Pagination
Installation / Download
NPM
npm i kk-react-paginate
Import
ES6:
import Paginate from 'kk-react-paginate';
Examples
<Paginate data=[<div>Element #1</div>] />
Options
| option | default | description |
|-------------|-----------------|-------------|
| data
| []
(Array<Element>
) | |
| pageSize
| 5
(number
) | |
| nextLabel
| »
(string
or Element
) | |
| prevLabel
| «
(string
or Element
) | |
| displayedPages
| 5
(number
) | How many page numbers should be visible while navigating. |
| emptyListMsg
| Nothing to display
(string
or Element
) | |
| align
| center
(left
or center
or right
) | |