@leanix/components 0.4.644 → 0.4.646
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2825,6 +2825,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImpor
|
|
|
2825
2825
|
* - `header-content`: Defines additional content below the page title
|
|
2826
2826
|
* - `header-buttons`: Defines the header action buttons
|
|
2827
2827
|
*
|
|
2828
|
+
* ### Using Breadcrumbs
|
|
2829
|
+
* To use breadcrumbs, import the `BreadcrumbsComponent` and `BreadcrumbsItemComponent`:
|
|
2830
|
+
*
|
|
2831
|
+
* ```typescript
|
|
2832
|
+
* import { BreadcrumbsComponent, BreadcrumbsItemComponent } from '@leanix/components/ui5';
|
|
2833
|
+
* ```
|
|
2834
|
+
* [Link to UI5 Breadcrumbs documentation](https://ui5.github.io/webcomponents/components/Breadcrumbs)
|
|
2835
|
+
*
|
|
2836
|
+
*
|
|
2828
2837
|
* ### Example
|
|
2829
2838
|
* @example ```html
|
|
2830
2839
|
* <lx-page-header [pageTitle]="'Agile Tracking'">
|