packages/components/layout/eui-toolbar/toolbar-app/toolbar-app.component.ts
Application name and subtitle component for toolbar placement, displaying the application title and descriptive text. Provides a compact representation of application identity suitable for toolbar layouts. Displays application name with optional subtitle for additional context or section information. Typically used within eui-toolbar for consistent application branding in toolbar-based layouts. Simpler alternative to eui-header-app for toolbar-specific use cases.
Example :<eui-app>
<eui-app-toolbar>
<eui-toolbar>
<eui-toolbar-app
appName="MyWorkplace"
appSubTitle="Dashboard">
</eui-toolbar-app>
</eui-toolbar>
</eui-app-toolbar>
</eui-app>| encapsulation | ViewEncapsulation.None |
| selector | eui-toolbar-app |
| templateUrl | ./toolbar-app.component.html |
Properties |
Inputs |
HostBindings |
| appName |
Type : string
|
|
Application name displayed in the toolbar. Provides the primary application identifier for toolbar branding. Optional. |
| appSubTitle |
Type : string
|
|
Subtitle or descriptive text displayed below the application name. Provides additional context about the application, current section, or user role. Optional. |
| class |
Type : string
|
Default value : 'eui-toolbar-app'
|
| class |
Type : string
|
Default value : 'eui-toolbar-app'
|
Decorators :
@HostBinding()
|