packages/components/eui-overlay/components/eui-overlay-footer/eui-overlay-footer.component.ts
Footer component for eui-overlay that provides a structured bottom section.
Typically contains action buttons such as submit, cancel, or other footer controls.
Applies consistent styling and spacing for overlay footer content.
Must be used as a direct child of eui-overlay to maintain proper layout structure.
<eui-overlay [isActive]="true">
<eui-overlay-content>
<p>Content</p>
</eui-overlay-content>
<eui-overlay-footer>
<button euiButton euiPrimary>Save</button>
<button euiButton euiSecondary>Cancel</button>
</eui-overlay-footer>
</eui-overlay>eui-overlay| changeDetection | ChangeDetectionStrategy.Default |
| encapsulation | ViewEncapsulation.None |
| selector | eui-overlay-footer |
| template | |
HostBindings |
Accessors |
| class |
Type : string
|
| cssClasses |
getcssClasses()
|