packages/components/eui-tree-list/eui-tree-list-item.component.ts
Directive for projecting custom label content into eui-tree-list-item. Replaces the default label rendering with custom HTML or components.
Example :<eui-tree-list-item>
<eui-tree-list-item-label>
<eui-icon-svg icon="eui-star" />
<strong>Custom Label</strong>
</eui-tree-list-item-label>
</eui-tree-list-item>| Selector | eui-tree-list-item-label |