Skip to content

A simple component for react that will handle populating pagination buttons with bootstrap styling.

Notifications You must be signed in to change notification settings

wtravO/react-bootstrap-pagination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

react-bootstrap-pagination

A simple component for react that will handle populating pagination buttons with bootstrap styling.

Example usage:

<Pagination changePage={this.changePage} curPage={this.curPage} pageCount={this.pageCount} />

changePage {function} - the function responsible for handling page updates.

curPage {integer} - the current page that you are on.

pageCount {integer} - refers to how many pages total that will be paginated.

Made using React V15.6.1

About

A simple component for react that will handle populating pagination buttons with bootstrap styling.

Topics

Resources

Stars

Watchers

Forks

Packages