replace css classes of link elements using classes prop
Hi, thank you for this nice component. I am using it with bulma css and want to use its pagination classes hence I need to remove your default css classes but I do not how to do it. I think a good way would be using the classes prop but you say that it ADDS classes but I need to REPLACE classes. How can we achieve this?
Thank you
Same problem here!
I'm also using it was Bulma CSS, and the way I solved it was by overriding the styles. Not the most elegant way, but it got the job done.
For example, to get rid of the grey background for the li.number class:
li.number { background-color: transparent !important; }
Hope that helps!
same problem