Bootstrap navbar #363
Closed
vitalijalbu
started this conversation in
General
Replies: 1 comment
-
The <li class="nav-item">
<a class="nav-link" href="#">Home</a>
</li> To a dropdown-ready one: <li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Dropdown
</a> You're much better off custom-rendering your navigation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, anyone can provide a 100% navigation with bootstrap v5? Thanks. I tried this code but seems have some issues on dropdowns:
Beta Was this translation helpful? Give feedback.
All reactions