Blazor Menu Bar Example - API Configuration
This sample demonstrates the customization of Menu component by using its properties from the property pane. Select any combination of properties from the property pane to customize Menu component.
Orientation |
|
Enable / Disable item |
|
Show Item on Click |
In this demo, default Menu is rendered with minimal configuration.
This sample can be customized further with the combination of Menu properties from the property pane. For example,
- You can switch to Vertical and Horizontal mode by clicking and selecting the Orientation mode from
Orientationdropdownlist. - You can enable or disable menu items by clicking and selecting the item from Enable/Disable item dropdown list.
- You can also enable the show menu item on mouse click ShowItemOnClick property by checking the Show Item On Click checkbox.
More information about Blazor Menu component can be found in this documentation section.