Blazor Menu Bar Example - Hamburger Menu
This sample demonstrates hamburger mode functionality in the Menu component, enabling adaptive menu display.
Hamburger mode features:
- Enable adaptive view using the HamburgerMode property
- Displays header with hamburger icon in Horizontal orientation by default
- Menu appears on hamburger icon click
- Programmatic control using OpenAsync and CloseAsync methods
For comprehensive hamburger menu documentation, refer to the documentation.