Is there any plan to implement the useTree hook? #6945
-
Hi! We built our components library using React Aria hooks. On our roadmap, we will soon have to rebuild our Tree component. I know the Tree component has recently been released and I wondered if there was any plan to provide a I noticed there is currently an empty hook in the repository but I couldn't find any mention of it anywhere else. This is the UX of the component that we want to build. If there no Building a component similar to the React Aria Components Tree or getting some inspiration from this example that was shared a few years ago? Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The hook for this is useTreeGridList. You can reference the RAC Tree code you linked to see how to use it. Docs are coming later, and as it in still in an alpha state, naming/API could change. |
Beta Was this translation helpful? Give feedback.
The hook for this is useTreeGridList. You can reference the RAC Tree code you linked to see how to use it. Docs are coming later, and as it in still in an alpha state, naming/API could change.