wwwaiser / react-js-pagination

http://vayser.github.io/react-js-pagination
Creative Commons Zero v1.0 Universal
353 stars 95 forks source link

CSS not implemented with latest bootstrap version #70

Closed Puneetbh closed 5 years ago

Puneetbh commented 5 years ago

Pagination design not working properly with latest bootstrap version, because it removed old classes

HenriEl commented 5 years ago

Ran across the same issue.

Turns out you can just add these props to the component to make it working:

itemClass="page-item" linkClass="page-link"

wwwaiser commented 5 years ago

you can override any class. By default react-js-pagination compatible with Bootstrap 3. I'm thinking to switch to Bootstrap 4 at the further major version