This app adds an menu item under the Apps menu in the menu bar.
This is one of the two types of App components: Menu.
The simple-menu app consists of two main components:
-
SimpleMenuApp
- The entry point component that defines the app configuration:- App ID:
simpleMenu
- This is used as the ID in Module Federation framework. - Name: "Simple menu app"
- Registers an
AppMenuItem
component of typeMenu
- App ID:
-
AppMenuItem
- The menu item component that:- Appears under the Apps menu
- Opens a dialog when clicked using Material-UI components
- Uses
MessageDialog
to display simple message and link