packages/ecl/components/ecl-card/ecl-card-body.component.ts
Card body component based on the ECL design system. Provides a wrapper for the main content area of the card.
| selector | ecl-card-body |
| styles |
:host {
display: block;
}
|
| templateUrl | ./ecl-card-body.component.html |
Methods |
Inputs |
HostBindings |
Accessors |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
|
Computes and returns the CSS class string for the card body element. |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| cssClasses |
getcssClasses()
|
|
Computes and returns the CSS class string for the card body element.
Returns :
string
|