# EuiPageHeaderActionItems

**Type:** component



Container for action buttons or controls in the page header.

```html
<eui-page-header-action-items>
  <button euiButton>Save</button>
  <button euiButton euiSecondary>Cancel</button>
</eui-page-header-action-items>
```

### Notes
- Use within eui-page-header for page-level actions
- Typically positioned on the right side of the header


**Selector:** `eui-page-header-action-items`
