Tree component: multiple items at the root level
- Dominant language
- TypeScript
- Stars
- 272
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
It looks like the tree component could only build trees with one root node.

"School Activities" in examples.
In my use case I need to build a tree with multiple items at the root level.
Deque University has such an example: https://dequeuniversity.com/library/aria/tree-view

I tried to workaround the issue, placing multiple components one under another:
```jsx
...
...
```
but this does not produce a valid tree structure and I lost the ability to move around the root nodes.
Contributor guide
Assessment
This issue has not been assessed yet.