packages/components/eui-card/components/eui-card-header/eui-card-header-left-content.component.ts
The eui-card-header-left-content component projects the left content for eui-card-header.
| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | eui-card-header-left-content |
| template | |
| styleUrl | ./eui-card-header-left-content.scss |
Inputs |
HostBindings |
Accessors |
| isTopAligned |
Type : boolean
|
Default value : false
|
|
Input property to display the content top aligned (default: center) |
| class |
Type : string
|
|
Computes and returns the CSS classes for the component based on its current state. |
| cssClasses |
getcssClasses()
|
|
Computes and returns the CSS classes for the component based on its current state.
Returns :
string
|