tsimport {XDSTreeList} from '@xds/core/TreeList'
| Guidance | Practices |
|---|---|
| Do | Provide meaningful labels and icons for each node to make the hierarchy easy to scan. |
| Do | Pre-expand important branches so users see key content immediately. |
| Don't | Nest more than 4–5 levels deep — flatten the structure or use a different pattern. |
| Don't | Use a tree for flat, non-hierarchical data — use a List instead. |