Blazor Menu Bar Example - Hamburger Menu
This sample demonstrates the hamburger mode in the Menu component.
Enabling the HamburgerMode property makes the Menu component in adaptive view. By default, it shows header with hamburger icon in Horizontal orientation.
The Menu appears on clicking the hamburger icon. You can use the OpenAsync and CloseAsync methods to show/hide the Menu programmatically.
More information about Blazor Menu component can be found in this documentation section.