Example of Default Functionalities in ASP.NET Core Menu Bar Control
This sample demonstrates default functionalities of the menu
component. Mouse hover or clicking the menu item displays the sub menu pop-up items.
DEMO
SOURCE
The menu component is a graphical user interface that serves as navigation header for your application or site.
It provides a list of commands that can be carried out using the items
property.
In mobile mode, the parent menu becomes scrollable if its size exceeds the viewport size.
More information about menu can be found in this documentation section.