packages/components/eui-content-card/eui-content-card-footer/eui-content-card-footer.component.ts
Container for footer content at the bottom of the card. Typically used for actions, links, or supplementary information.
<eui-content-card-footer>
<eui-button>View Details</eui-button>
<eui-button euiSecondary>Cancel</eui-button>
</eui-content-card-footer><eui-content-card-footer>
<a href="/details" class="eui-u-text-link">Read more</a>
</eui-content-card-footer><eui-content-card-footer>
<div class="eui-u-flex eui-u-flex-justify-between">
<span class="eui-u-text-muted">Last updated: 2 hours ago</span>
<eui-button euiSizeS>Edit</eui-button>
</div>
</eui-content-card-footer>| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | eui-content-card-footer |
| template | |
| styleUrl | ./eui-content-card-footer.scss |
Properties |
HostBindings |
| class |
Type : string
|
Default value : 'eui-content-card-footer'
|
|
Binds the class to the component. |
| string |
Type : string
|
Default value : 'eui-content-card-footer'
|
Decorators :
@HostBinding('class')
|
|
Binds the class to the component. |