# EuiCardFooterActionButtonsComponent

**Type:** component



The eui-card-footer-action-buttons component projects the action buttons content for 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-action-buttons`
