Skip to main content

Application header

Development

The application-header can host custom content which will be displayed on the far right side of the header.

Examples

Basic

PreviewAngularReactVueJavaScript

Avatar

Enhance the interactivity of your application-header by placing the avatar component as part of the content. This not only makes the avatar clickable, but also enables the addition of dropdown-item's directly within the avatar component.

API

Properties

Name
Description and specifications
name
Application name
Attribute:
name
Type:
string | undefined
showMenu
Since 2.5.0
Controls the visibility of the menu toggle button based on the context of the application header. When the application header is utilized outside the application frame, the menu toggle button is displayed. Conversely, if the header is within the application frame, this property is ineffective.
Attribute:
show-menu
Type:
boolean | undefined
Default:
false

Slots

Name
Description and specifications
logo
Location of the logo

Events

Name
Description and specifications
menuToggle
Since 2.5.0
Event emitted when the menu toggle button is clicked
Detail:
boolean
openAppSwitch
Since 3.0.0
Event emitted when the app switch button is clicked
Detail:
void