docs(tree-view): update expanded nodes guidance

This commit is contained in:
Eric Y Liu 2021-07-19 04:58:25 -07:00
commit a88557e792

View file

@ -37,7 +37,7 @@ To render a node with an icon, define an `icon` property with a Carbon Svelte ic
### Initial expanded nodes ### Initial expanded nodes
Set `expanded` to `true` on nodes that should be expanded by default. Expanded nodes can be set using `expandedIds`.
<FileSource src="/framed/TreeView/TreeViewExpanded" /> <FileSource src="/framed/TreeView/TreeViewExpanded" />