packages/components/eui-alert/eui-alert-title.component.ts
Component that represents the title of an alert. It is used within the EuiAlert component to provide a title for the alert message.
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. |