-
Notifications
You must be signed in to change notification settings - Fork 6
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
Bootstrap 4 and NavEE #26
Comments
I did get it working with this...but is there a cleaner way to write the code?
|
How can I style the Navbar dropdown elements in this format? I need to turn this...
Into this...
|
Here is how you do it everyone. Bootstrap 4 only allows a 2 level menu so make sure and set Navee to max levels 2 in config.
|
Useful, thanks. Could do with some detail in the wiki regarding iterating through children/descendants. |
Indeed, it would be great if @michaelfromtheoutfit could flesh this subject out a little more in the wiki. Thank you @bgarrant, this was exactly what I was looking for. |
How can we use NavEE with the new Bootstrap 4 syntax https://v4-alpha.getbootstrap.com/components/navbar/? All looks pretty easy other than the classes on the children. How can we get that working?
this is what I have so far but dropdowns are not working
The text was updated successfully, but these errors were encountered: