menu (deprecated)

menu is considered deprecated

Support for menu may be dropped in a future release. Please use button-group (button v3) without menu, or the list component, to ensure that your app remains compatible with the latest versions of the JourneyApps Runtime.

This component can be used to group similar actions, but for menus or any kind of navigation the suggested component to use is a list.

<menu>
    <button label="Search for Item" subtext="Search through items by name" icon="icons/search-icon.png" />
    <button label="List All Items" subtext="View list of all items" icon="icons/checklist2.png" />
</menu>

Configuration

Nested Tags — button

Please refer to the menu button section of the button component for details about the configuration of the buttons in the menu.

Last updated