Feedback
Navbar
The header of the website which includes navigation.
Elements
The component is composed of multiple elements:
navbar
the wrappernavbar__button
The hamburger icon button to open the menu on small devicesnavbar__main
the main element of the navbar, which usually includes the logonavbar__nav
the navigation elements
It is paramount to follow that patern and include the navigation elements in the navbar__nav
element, as it drives the responsiveness of the menu.
Properties
Add classes to the wrapper class to change the style of the component.
Alignement
Change the position of the logo on the navbar
class="navbar"
Default
class="navbar navbar--right"