MainMenu
The main menu component for the application layout.
Overview
MainMenu is the component to display the menu in the left sidebar of the application layout. By default, it contains two menu items: Application Home and User Profile. You can extend the menu by replacing the component with your own component.
Screenshot
Props
Prop Name | Description |
---|---|
customItems | An array of menu item elements to be inserted between Home and My Profile options. |
Source Code
https://github.com/fireactjs/core/blob/main/src/lib/components/menus/MainMenu.js