Menus Sidebar

This panel provides the ability to create and manage the menus within your interface.

You can create as many menus as you need, and once created can render them throughout your interface using blocks or rendering them manually in code through use the <ux-menu-list/> component provided in the UI Kit.

You can find documentation for the Menu List element here

Each Menu has a unique key that allows you to access it programmatically and ensure that even if you change the name or settings of the menu it won't break reference links to where it has been rendered within the interface.

Each Menu can have an unlimited number of child menu items. These menu items can link to either an internal route within your interface or an external absolute url.