-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add options for custom classes [Feature Request] #33
Comments
Perhaps |
Yes! That would make it even more flexible/customizable.
|
I actually did a fork adding classes but thought this project was abandoned.. https://github.com/Log1x/breadcrumb-trail Want me to redo my changes for dev-master and submit a proper PR? I also added Composer support and bumped the |
Please add to the ability to specify your own class list_class |
Right now we are stuck with having
class="trail-items"
andclass="trail-item
for<ul>
and<li>
items respectively. It would be great if we had the option to use custom classes for the<ul>
and<li>
items.I can put in a pull request if you are interested.
The text was updated successfully, but these errors were encountered: