The Menu element is a container for navigation links. Unlike individual Link elements, it groups multiple navigation items together while handling layout, spacing, alignment, and responsive behavior automatically. It’s ideal for building headers, footers, and side navigation.
With the Menu element you can:
+ icon).Click the menu element to open the General properties tab.
This is where you define the links, buttons, separators, or spacers.
Tip: You can drag and drop items in the list to reorder them.
Define the layout flow of the menu.
Control how the items sit within the container.

Choose how the menu is displayed on each device independently.
For Desktop, Tablet, and Mobile, you can choose one of two variants:
This allows you to create responsive navigation without duplicating menu elements or configuring visibility rules.
For example, you can configure:
To customize fonts, colors, and spacing, use Theme Overrides.
Customize items set to the Link variant.
Customize items set to the Button variant.
Why two tabs? This allows you to mix styles in a single menu. For example, you can have “Home” and “About” look like simple Links, while “Sign Up” looks like a prominent Button.
The Menu element automatically detects the active page based on the URL. You can style this “Active State” in the Theme Overrides menu (e.g., making the current link bold or blue) so users know where they are.
Currently, the Menu element supports a single level of links. To create a dropdown, you may need to use a container with visibility logic or check for updates to the Menu component.
The Menu element itself simply lists items. For a responsive mobile experience (like a hamburger menu), you typically place the Menu element inside a container that is hidden on Desktop and visible on Mobile (using Visibility settings).
Still need help? If you’re looking for something else, please feel free to make recommendations or ask us questions; we’re ready to assist you.