File

packages/components/eui-card/components/eui-card-footer/eui-card-footer.component.ts

Description

The eui-card-footer component projects the footer of the eui-card.

Example :
<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>

Metadata

Index

Properties
HostBindings

HostBindings

class
Type : string
Default value : 'eui-card-footer'

Binds the class to the component.

Properties

actionButtons
Type : QueryList<EuiCardFooterActionButtonsComponent>
Decorators :
@ContentChild(undefined, {static: false})
actionIcons
Type : QueryList<EuiCardFooterActionIconsComponent>
Decorators :
@ContentChild(undefined, {static: false})
actionMenu
Type : QueryList<EuiCardFooterMenuContentComponent>
Decorators :
@ContentChild(undefined, {static: false})
actionMenuWrapper
Type : QueryList<EuiCardFooterMenuComponent>
Decorators :
@ContentChild(undefined, {static: false})
string
Type : string
Default value : 'eui-card-footer'
Decorators :
@HostBinding('class')

Binds the class to the component.

results matching ""

    No results matching ""