packages/components/eui-alert/eui-alert-title.component.ts
The EuiAlertTitleComponent is a subcomponent of the EuiAlertComponent. It is used to display the title of the alert.
See EuiAlertComponent for more details on how to use the alert component.
| selector | eui-alert-title |
| template | |
| styleUrl | eui-alert-title.scss |
Properties |
HostBindings |
| class |
Type : string
|
Default value : 'eui-alert-title'
|
| class |
Type : string
|
Default value : 'eui-alert-title'
|
Decorators :
@HostBinding('class')
|
|
Computes and returns the CSS classes for the label title component based on its current state. |