### Default The `children` prop accepts an array of child nodes. Each node should contain `id` and `text` properties. Optional properties include `disabled`, `expanded`, `icon`, and `children`. A parent node contains `children` while a leaf node does not.
Every node must have a unique id.
### Initial active node The active node can be set through `activeId`. ### Compact size Set `size` to `"compact"` to use the compact variant. ### With icons To render a node with an icon, define an `icon` property with a Carbon Svelte icon as its value. ### Initial expanded nodes Set `expanded` to `true` on nodes that should be expanded by default. ### Initial multiple selected nodes Initial multiple selected nodes can be set using `selectedIds`.