packages/ecl/components/ecl-divider/ecl-divider.directive.ts
Directive that applies ECL styling for horizontal separators (<hr> elements).
Adds the ecl-separator CSS class to the host element.
| Selector | hr[eclDivider] |
Properties |
Methods |
Inputs |
HostBindings |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class.ecl-separator |
Type : boolean
|
Default value : true
|
|
Binds the |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| hasClass |
Type : unknown
|
Default value : true
|
Decorators :
@HostBinding('class.ecl-separator')
|
|
Binds the |