function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Renato Barucco 1Renato Barucco 1 

lightning-breadcrumbs

I need to implement a lightning-breadcrumbs integrated with a lightning-tree component. The breadcrumbs will bi populated when an item of the tree list is clicked. This is the lightning-tree:

<lightning-tree items={items}></lightning-tree>

This tree loads the values of Roles Hierarchy.

How can I create a breadrumb to show the parents and childs for this lightning-tree?

Best Regards