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

Screenshot

Props

Prop NameDescription
customItemsAn 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