pull/1050/head
Cory LaViska 2022-12-01 14:08:16 -05:00
rodzic fb0adb9ccb
commit afb2e3d5b4
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -287,7 +287,7 @@ const App = () => {
};
```
### Custom expand/collapse icons
### Customizing the Expand and Collapse Icons
Use the `expand-icon` and `collapse-icon` slots to change the expand and collapse icons, respectively.
@ -398,11 +398,11 @@ Decorative icons can be used before labels to provide hints for each node.
</sl-tree-item>
<sl-tree-item>
<sl-icon name="file-pdf"></sl-icon>
final.pdg
final.pdf
</sl-tree-item>
<sl-tree-item>
<sl-icon name="file-bar-graph"></sl-icon>
sales.txt
sales.xls
</sl-tree-item>
</sl-tree-item>
</sl-tree-item>