packages/components/eui-card/components/eui-card-footer/eui-card-footer.component.ts
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>| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | eui-card-footer |
| templateUrl | ./eui-card-footer.component.html |
| styleUrl | ./eui-card-footer.scss |
Properties |
HostBindings |
| class |
Type : string
|
Default value : 'eui-card-footer'
|
|
Binds the class to the component. |
| 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. |