packages/components/eui-page/components/eui-page-header/components/eui-page-header-body.component.ts
Body content area within the page header for additional header content (v1). Provides a flexible container for search bars, filters, tabs, or other header elements. Positioned below the main header label and action items.
<eui-page-header label="Documents">
<eui-page-header-body>
<eui-search-bar placeholder="Search documents..."></eui-search-bar>
</eui-page-header-body>
</eui-page-header><eui-page-header-body>
<eui-tabs [items]="tabItems"></eui-tabs>
</eui-page-header-body>| changeDetection | ChangeDetectionStrategy.OnPush |
| encapsulation | ViewEncapsulation.None |
| selector | eui-page-header-body |
| template | |
HostBindings |
Accessors |
| class |
Type : string
|
| cssClasses |
getcssClasses()
|