packages/components/eui-content-card/eui-content-card-header/eui-content-card-header-start.ts
Container for content placed at the start (left side) of the card header. Typically used for status indicators, badges, or icons.
<eui-content-card-header-start>
<eui-chip euiSizeS>Active</eui-chip>
</eui-content-card-header-start><eui-content-card-header-start>
<eui-icon-svg icon="document" size="m"/>
</eui-content-card-header-start>| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | eui-content-card-header-start |
| template | |
| styleUrl | ./eui-content-card-header-start.scss |
Properties |
HostBindings |
| class |
Type : string
|
Default value : 'eui-content-card-header-start'
|
|
Binds the class to the component. |
| string |
Type : string
|
Default value : 'eui-content-card-header-start'
|
Decorators :
@HostBinding('class')
|
|
Binds the class to the component. |