packages/components/layout/eui-app/eui-app-sidebar/sidebar-footer/sidebar-footer.component.ts
Container component for the sidebar footer area, typically containing secondary actions, settings, or utility links. Automatically registers with EuiAppShellService to calculate and set CSS variables for proper layout spacing. Manages the --eui-app-sidebar-footer-height CSS variable to coordinate vertical positioning of sidebar content. Content is projected via ng-content allowing flexible footer composition.
Example :<!-- Sidebar footer with custom content -->
<eui-app>
<eui-app-sidebar>
<eui-app-sidebar-footer>
<p>Version 1.0.0</p>
<a href="/help">Help</a>
</eui-app-sidebar-footer>
</eui-app-sidebar>
</eui-app>
| encapsulation | ViewEncapsulation.None |
| selector | eui-app-sidebar-footer |
| template | |
Properties |
HostBindings |
| class |
Type : string
|
Default value : 'eui-app-sidebar-footer'
|
| class |
Type : string
|
Default value : 'eui-app-sidebar-footer'
|
Decorators :
@HostBinding()
|