packages/components/eui-helper-text/eui-helper-text.component.ts
A feedback message component that displays various types of feedback to users. Supports different states (primary, secondary, info, etc.) and can be muted.
| selector | eui-helper-text |
| template | |
| styleUrl | ./eui-helper-text.scss |
HostBindings |
Accessors |
| attr.type |
Type : string
|
Default value : 'MessageFeedback'
|
| class |
Type : string
|
| cssClasses |
getcssClasses()
|
|
Computes and returns the CSS classes for the feedback message component. Combines base state classes with muted state if applicable.
Returns :
string
|