Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uppaginator() helpers lacks of class customization #4084
Labels
Comments
|
I will have a look at the required |
|
Maybe Zurb foundation? https://get.foundation/sites/docs/pagination.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check List
Feature Request
Like #4058, paginator() helper needs to be customizable and needs to have customizable classes.
We need options like prevClass, nextClass, spaceClass, allClass, currentClass, etc.
A lot of CSS framework like Bulma are working 100% with classes, so not being able to set a class on the generated tags make the use of the helper impossible.
For example with bulma a
<h1>won't be stylized without a class, it needsclass="title is-1", the same apply for all elements.