# EuiCalendarWeeklyDayHeaderActionComponent

**Type:** component




**Selector:** `eui-calendar-weekly-day-header-action`

## Inputs
- **date**: `Date` - Date to display in the header.
- **disabled**: `boolean, BooleanInput` - Disabled state of the component. If true, the action button will be disabled. Default is false.
- **options**: `Array<EuiCalendarDayHeaderActionOption>` - Options for the action button dropdown.
- **sublabel**: `string` - Sublabel to display under the date.

## Outputs
- **action**: `MouseEvent | KeyboardEvent` - Event emitted when the action button is clicked. Can be used to trigger a dropdown or any other action.
- **date**: `Date` - Date to display in the header.
