1.3.0 • Published 3 years ago

kk-react-paginate v1.3.0

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

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

optiondefaultdescription
data[] (Array<Element>)
pageSize5 (number)
nextLabel» (string or Element)
prevLabel« (string or Element)
displayedPages5 (number)How many page numbers should be visible while navigating.
emptyListMsgNothing to display (string or Element)
aligncenter (left or center or right)
1.2.0

3 years ago

1.3.0

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago