react-bootstrap-pagination
This package provides a bootstrap 3 and/or 4 paginator ReactJS class to be used with the meteor kurounin:pagination package.
install
Usage
; <BootstrapPaginator pagination=thispagination limit=10 containerClass='text-center' />
Available class properties are:
pagination
: pagination instancelimit
: maximum number of page links to display (defaults to 10)containerClass
: optional container class for the paginator