Horizontal menu

A horizontal navigation menu that displays a structure of the applications' pages for a user. You can configure the menu manually, or update it automatically based on the app routes. The horizontal menu supports a multi-level of sub-items and different alignment options.

Methods

MethodDescription

setItems(data: object[])

sets the items of the menu

Triggers

Triggers allow you to launch certain actions upon different events.

On Init

Calls for an action on component initialization, e.g., page refresh

On Item Click

Calls for an action when a menu item is clicked

Last updated