- YOU ARE HERE
- UI Navbar
Navbar Example
Hereβs what you need to know before getting started with the navbar:
.navbar
with .navbar-expand{-sm|-md|-lg|-xl}
for
responsive collapsing and color scheme classes..d-print
to the .navbar
. See the display utility class.<nav>
element or, if using a more generic element such as a <div>
,
add a role="navigation"
to every navbar to explicitly identify it as a landmark region for users of assistive technologies.