Closed Rmy5 closed 5 years ago
i actually had the same issue, its fixing by downloading pagination.css from dist of this repository and them adding this stylesheet to your page with link tag, then you can use className: 'paginationjs-theme-blue' and that will work.
I have the same issue too
@py-den Thank you very much 👍
For those using webpack, importing the css from NPM like this @import "~paginationjs/dist/pagination.css";
Worked for me :)
Why is the default styling not applied ?
I installed the lib with
yarn add pagination.js
And used it with:require('paginationjs')