# MPageHeaderFeature

The Page Header Feature component renders a clickable feature item in the page header action area.


## Props

| Name | Description | Type | Default |
| --- | --- | --- | --- | 
| `label*` | Text label displayed for the feature item. | `string` | - |
| `icon*` | Icon component displayed next to the feature label. | `Component` | - |

## Events

| Name | Description | Type |
| --- | --- | --- |
| `action` | Emits when the feature item is clicked. | [] |
