packages/components/eui-card/components/eui-card-header-body/eui-card-header-body.component.ts
The eui-card-header-body component projects the body for eui-card-header.
Example :<eui-card>
<eui-card-header>
<eui-card-header-title>
Card title
</eui-card-header-title>
<eui-card-header-subtitle>
Car sub-title
</eui-card-header-subtitle>
<eui-card-header-body>
Card header body
</eui-card-header-body>
</eui-card-header>
</eui-card>| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | eui-card-header-body |
| template | |
| styleUrl | ./eui-card-header-body.scss |
Properties |
HostBindings |
| class |
Type : string
|
Default value : 'eui-card-header-body'
|
|
Binds the class to the component. |
| string |
Type : string
|
Default value : 'eui-card-header-body'
|
Decorators :
@HostBinding('class')
|
|
Binds the class to the component. |