The .navbar component is a responsive and versatile horizontal navigation bar with the following structure:
-
.navbarthe main container-
.navbar-brandthe left side, always visible, which usually contains the logo and optionally some links or icons-
.navbar-burgerthe hamburger icon, which toggles the navbar menu on touch devices
-
-
.navbar-menuthe right side, hidden on touch devices, visible on desktop-
.navbar-startthe left part of the menu, which appears next to the navbar brand on desktop -
.navbar-endthe right part of the menu, which appears at the end of the navbar-
.navbar-itemeach single item of the navbar, which can either be aaor adiv-
.navbar-linka link as the sibling of a dropdown, with an arrow -
.navbar-dropdownthe dropdown menu, which can include navbar items and dividers-
.navbar-dividera horizontal line to separate navbar items
-
-
-
-
-