packages/components/eui-dashboard-card/eui-dashboard-card-content-footer.ts
Footer section for custom dashboard cards, typically containing action links, buttons, or supplementary information. Provides a consistent bottom section for card actions and metadata.
<eui-dashboard-card-content-footer>
<a class="eui-u-text-link" href="/details">View details</a>
</eui-dashboard-card-content-footer><eui-dashboard-card-content-footer>
<div class="eui-u-flex eui-u-justify-between">
<eui-icon-button icon="eui-refresh" size="s" aria-label="Refresh"/>
<a class="eui-u-text-link" href="/export">Export data</a>
</div>
</eui-dashboard-card-content-footer>| selector | eui-dashboard-card-content-footer |
| template | |
| styleUrl | ./eui-dashboard-card-content-footer.scss |
Properties |
HostBindings |
| class |
Type : string
|
Default value : 'eui-dashboard-card-content-footer'
|
|
CSS class applied to the host element |
| string |
Type : string
|
Default value : 'eui-dashboard-card-content-footer'
|
Decorators :
@HostBinding('class')
|
|
CSS class applied to the host element |