packages/components/eui-card/components/eui-card-header/eui-card-header-right-content.component.ts
The eui-card-header-right-content component projects the right 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-right-content |
| template | |
| styleUrl | ./eui-card-header-right-content.scss |
Properties |
HostBindings |
| class |
Type : string
|
Default value : 'eui-card-header__right-content'
|
|
Binds the class to the component. |
| string |
Type : string
|
Default value : 'eui-card-header__right-content'
|
Decorators :
@HostBinding('class')
|
|
Binds the class to the component. |