[O3 Framework](../API.md) / CustomOverflowMenu

# Function: CustomOverflowMenu()

> **CustomOverflowMenu**(`__namedParameters`): `Element`

Defined in: [packages/framework/esm-styleguide/src/custom-overflow-menu/custom-overflow-menu.component.tsx:47](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/custom-overflow-menu/custom-overflow-menu.component.tsx#L47)

A custom overflow menu that supports a text/icon trigger button instead of
Carbon's icon-only OverflowMenu trigger. Uses CSS-based show/hide rather
than Carbon's FloatingMenu portal, so keyboard behavior (Escape, arrow keys,
auto-focus) is implemented here to match the WAI-ARIA menu button pattern.

## Parameters

### \_\_namedParameters

`CustomOverflowMenuProps`

## Returns

`Element`
