# EuiCardFooterMenuContentComponent

**Type:** component



The eui-card-footer-menu-content component projects the content of the actions menu of the eui-card.

```html
<eui-card>
    <eui-card-content>
        Card content
    </eui-card-content>
    <eui-card-footer>
        <eui-card-footer-action-buttons>
            Action buttons
        </eui-card-footer-action-buttons>
        <eui-card-footer-action-icons>
            Action icons
        </eui-card-footer-action-icons>
        <eui-card-footer-menu-content>
            Footer Menu
        </eui-card-footer-menu-content>
    </eui-card-footer>
</eui-card>


**Selector:** `eui-card-footer-menu-content`

## Inputs
- **tooltipText**: `string` - Sets the tooltipText Input property.
