react-bootstrap-pagination

1.0.7 • Public • Published

react-bootstrap-pagination

This package provides a bootstrap 3 and/or 4 paginator ReactJS class to be used with the meteor kurounin:pagination package.

NPM version node version license npm download

install

react-bootstrap-pagination

Usage

import BootstrapPaginator from 'react-bootstrap-pagination';
 
<BootstrapPaginator pagination={this.pagination} limit={10} containerClass='text-center' />

Available class properties are:

  • pagination: pagination instance
  • limit: maximum number of page links to display (defaults to 10)
  • containerClass: optional container class for the paginator

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.7
    72
    • latest

Version History

Package Sidebar

Install

npm i react-bootstrap-pagination

Weekly Downloads

72

Version

1.0.7

License

MIT

Unpacked Size

22.1 kB

Total Files

6

Last publish

Collaborators

  • kurounin