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.
Example :<eui-card>
<eui-card-header>
<eui-card-header-title>
Card header title
</eui-card-header-title>
<eui-card-header-subtitle>
Card header sub-title
</eui-card-header-subtitle>
<eui-card-header-left-content>
Card header left content
</eui-card-header-left-content>
<eui-card-header-right-content>
Card header right content
</eui-card-header-right-content>
</eui-card-header>
<eui-card-content>
Card content
</eui-card-content>
</eui-card>| 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
|