You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did check that there is a way to add own style classes for custom pagination. Is there a way to style with Tailwind CSS completely? What I did, I could add Tailwind classes for pagination and page only.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello Everyone,
I did check that there is a way to add own style classes for custom pagination. Is there a way to style with Tailwind CSS completely? What I did, I could add Tailwind classes for pagination and page only.
new Splide( '.splide', { classes: { pagination: 'splide__pagination your-class-pagination', page : 'splide__pagination__page your-class-page', }, } );
Otherwise some classes need to be overridden.
Link: https://splidejs.com/guides/pagination/
Beta Was this translation helpful? Give feedback.
All reactions