packages/components/eui-page/components/eui-page-breadcrumb/eui-page-breadcrumb.component.ts
Breadcrumb container component for eui-page that provides a navigation trail area. Displays hierarchical navigation path showing the user's location within the application structure. Typically positioned near the top of the page, above the main header or content. Should contain eui-breadcrumb component or custom breadcrumb navigation elements. Must be used as a direct child of eui-page to maintain proper layout structure.
<eui-page>
<eui-page-breadcrumb>
<eui-breadcrumb [items]="breadcrumbItems"></eui-breadcrumb>
</eui-page-breadcrumb>
<eui-page-content>Content here</eui-page-content>
</eui-page>| changeDetection | ChangeDetectionStrategy.OnPush |
| encapsulation | ViewEncapsulation.None |
| selector | eui-page-breadcrumb |
| template | |
Properties |
HostBindings |
| class |
Type : string
|
Default value : 'eui-page-breadcrumb'
|
| class |
Type : string
|
Default value : 'eui-page-breadcrumb'
|
Decorators :
@HostBinding()
|