packages/components/eui-page-v2/eui-page-breadcrumb.ts
Breadcrumb container for page navigation that displays the current location within the application hierarchy.
Example :<eui-page-breadcrumb>
<eui-breadcrumb [items]="breadcrumbItems"></eui-breadcrumb>
</eui-page-breadcrumb>| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | eui-page-breadcrumb |
| template | |
| styleUrl | ./eui-page-breadcrumb.scss |
Properties |
HostBindings |
| class |
Type : string
|
Default value : 'eui-page-breadcrumb'
|
| class |
Type : string
|
Default value : 'eui-page-breadcrumb'
|
Decorators :
@HostBinding()
|