@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.
@@ -13,6 +13,15 @@ import * as i0 from "@angular/core";
13
13
  * - `header-content`: Defines additional content below the page title
14
14
  * - `header-buttons`: Defines the header action buttons
15
15
  *
16
+ * ### Using Breadcrumbs
17
+ * To use breadcrumbs, import the `BreadcrumbsComponent` and `BreadcrumbsItemComponent`:
18
+ *
19
+ * ```typescript
20
+ * import { BreadcrumbsComponent, BreadcrumbsItemComponent } from '@leanix/components/ui5';
21
+ * ```
22
+ * [Link to UI5 Breadcrumbs documentation](https://ui5.github.io/webcomponents/components/Breadcrumbs)
23
+ *
24
+ *
16
25
  * ### Example
17
26
  * @example ```html
18
27
  * <lx-page-header [pageTitle]="'Agile Tracking'">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.644",
3
+ "version": "0.4.646",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {