Example of Hamburger Mode in ASP.NET Core Menu Bar Control
This sample demonstrates the hamburger mode in the menu
component.
DEMO
SOURCE
View Mode
|
|
Enabling the hamburgerMode
property makes the menu
component in adaptive view. By default, its shows header with
hamburger icon in Horizontal
orientation.
The menu shows on clicking hamburger icon. You can use the open
and close
methods to show / hide the menu programmatically.
More information about Menu can be found in this documentation section.