packages/components/eui-page/components/eui-page-header/components/eui-page-header-action-items.component.ts
Container for action buttons or controls in the page header (v1). Provides a dedicated area for primary and secondary actions related to the page. Typically positioned on the right side of the page header.
<eui-page-header label="Projects">
<eui-page-header-action-items>
<button euiButton euiPrimary>Create New</button>
<button euiButton euiSecondary>Import</button>
</eui-page-header-action-items>
</eui-page-header>| changeDetection | ChangeDetectionStrategy.OnPush |
| encapsulation | ViewEncapsulation.None |
| selector | eui-page-header-action-items |
| template | |
HostBindings |
Accessors |
| class |
Type : string
|
| cssClasses |
getcssClasses()
|