The Menu component is used to build navigation menus inside a Pyplan interface. With it we can group links to different interfaces or actions in a single, structured component, making it easier for users to move through the application.
In the examples shown in the images, the Menu component is used to navigate to Federer’s Statistics and View Code from a single entry called Federer’s Statistics.

After placing a Menu component on the canvas, we configure it from the Component configuration panel on the right.
The main options are:
At the top of the configuration we choose the Format of the menu. The dropdown offers several layouts:
The selected format affects only the visual presentation; the underlying menu structure and actions remain the same.

For large menus, we can enable Show search input. This adds a search box at the top of the Menu component so users can quickly filter entries by typing part of the menu item name.
To define the content and structure of the menu we click Open menu editor in the configuration panel.

From the menu editor we can:
In the Menu editor we define the structure and behavior of each menu item.
At the top we have the buttons:
On the left side of the dialog we see the menu tree:
On the right side we see the Properties panel for the selected item:
After configuring the properties, we click Apply to save the menu changes and close the editor, or Close to exit without applying modifications.
Under General we configure basic options for the component, such as its title, behavior, and other high‑level settings.
Under Styles we control the visual appearance—font, colors, alignment, spacing, and related layout options—so that the component matches the overall design of the interface.
We usually use the Menu component to:
By combining the Menu component’s formats (Accordion, Boxes, Compact menu), search input, and the menu editor, we can design clear and intuitive navigation structures that guide users through Pyplan applications.