packages/components/eui-content-card/eui-content-card-header/eui-content-card-header-title.ts
Container for the main title text of the card. Supports plain text, links, or custom HTML content.
<eui-content-card-header-title>
Card Title
</eui-content-card-header-title><eui-content-card-header-title>
<a href="/details" class="eui-u-text-link">Clickable Card Title</a>
</eui-content-card-header-title><eui-content-card-header-title>
<h3>Semantic Title</h3>
</eui-content-card-header-title>| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | eui-content-card-header-title |
| template | |
| styleUrl | ./eui-content-card-header-title.scss |
Properties |
HostBindings |
| class |
Type : string
|
Default value : 'eui-content-card-header-title'
|
|
Binds the class to the component. |
| string |
Type : string
|
Default value : 'eui-content-card-header-title'
|
Decorators :
@HostBinding('class')
|
|
Binds the class to the component. |