packages/ecl/components/ecl-button/ecl-button-label.directive.ts
Directive for labeling content inside the ECL Button.
Automatically applies the ecl-button__label CSS class.
| Selector | [eclButtonLabel] |
Methods |
Inputs |
HostBindings |
Accessors |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
|
Returns the CSS classes to apply for the button label. |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| cssClasses |
getcssClasses()
|
|
Returns the CSS classes to apply for the button label.
Returns :
string
|