1.1.7 • Published 10 years ago

react-ui-pagination v1.1.7

Weekly downloads
3
License
ISC
Repository
github
Last release
10 years ago

react-ui-pagination

A ReactJS pagination component

Install

To install the latest release:

npm install react-ui-pagination

After npm install, you'll find all the source code in the src/ folder and their compiled results in the /lib folder. This module does not include any styles to avoid producing repeated styles, but you can take /examples folder as a reference.

Usage

import Pagination from 'react-ui-pagination';
...
...
<Pagination 
  pageNum={pageNum}
  middleDisplayRange={5}
  sideDislpayRange={2}
  prevLabel="< 上一页"
  nextLabel="下一页 >"
  inputOkBtnLabel="确定"
  inputLabel="页"
  onPageSelected={this._onPageSelected.bind(this)}
  totalTpl={this._totalTpl} />

Examples

cd examples
npm install
npm start

(^__^) visite http://localhost:9009/

Demo

FAQ

1.1.7

10 years ago

1.1.6

10 years ago

1.1.5

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.0

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago