kk-react-paginate
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

KK React Pagination

npm package

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)

Package Sidebar

Install

npm i kk-react-paginate

Weekly Downloads

0

Version

1.3.0

License

MIT

Unpacked Size

31.2 kB

Total Files

32

Last publish

Collaborators

  • krzysiekf