packages/components/eui-content-card/eui-content-card-header/eui-content-card-header-subtitle.ts
Container for secondary title text displayed below the main title. Used for additional context or description.
<eui-content-card-header-subtitle>
Additional information about the card
</eui-content-card-header-subtitle><eui-content-card-header-subtitle>
<span class="eui-u-text-muted">Last updated: 2 hours ago</span>
</eui-content-card-header-subtitle>| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | eui-content-card-header-subtitle |
| template | |
| styleUrl | ./eui-content-card-header-subtitle.scss |
Properties |
HostBindings |
| class |
Type : string
|
Default value : 'eui-content-card-header-subtitle'
|
|
Binds the class to the component. |
| string |
Type : string
|
Default value : 'eui-content-card-header-subtitle'
|
Decorators :
@HostBinding('class')
|
|
Binds the class to the component. |