Tree View in react-aria #3551
-
I need a TreeView for my app and I'd like to use react-aria to build it out. I'm wondering if there's any prior art in react-spectrum/react-aria? I haven't found anything so far. I'm wondering what tools in react-aria/stately would be most suitable for putting something like this together? Off the top of my head, I was thinking:
If I can't use a pre-made hook like I would love to hear if there is anything I'm missing? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
We have plans to implement a tree view component in React Aria eventually. See #2396 for how we plan to implement it. GridList is not quite right because it doesn't have descendants. The aria |
Beta Was this translation helpful? Give feedback.
We have plans to implement a tree view component in React Aria eventually. See #2396 for how we plan to implement it.
GridList is not quite right because it doesn't have descendants. The aria
treegrid
role is the right one to use.