packages/components/eui-dashboard-card/eui-dashboard-card-content-header-action.ts
Action area for dashboard card headers, typically containing buttons or interactive elements. Positioned at the end of the header for quick access to card-level actions.
<eui-dashboard-card-content-header-action>
<eui-icon-button icon="eui-settings" size="s" aria-label="Card settings"/>
</eui-dashboard-card-content-header-action><eui-dashboard-card-content-header-action>
<eui-icon-button
icon="eui-ellipsis-vertical"
euiRounded
size="s"
aria-label="More options"
[euiPopover]="menu"/>
</eui-dashboard-card-content-header-action>eui-dashboard-card-content-header component| selector | eui-dashboard-card-content-header-action |
| template | |
| styleUrl | ./eui-dashboard-card-content-header-action.scss |
Properties |
HostBindings |
| class |
Type : string
|
Default value : 'eui-dashboard-card-content-header-action'
|
|
CSS class applied to the host element |
| string |
Type : string
|
Default value : 'eui-dashboard-card-content-header-action'
|
Decorators :
@HostBinding('class')
|
|
CSS class applied to the host element |