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

/react-bootstrap-pagination/

    Package Sidebar

    Install

    npm i react-bootstrap-pagination

    Weekly Downloads

    85

    Version

    1.0.7

    License

    MIT

    Unpacked Size

    22.1 kB

    Total Files

    6

    Last publish

    Collaborators

    • kurounin