Replies: 1 comment 11 replies
-
I'm pretty much going with the idea that I should just roll with my own Yea, think I'm going to just go the traditional route, but again, if anyone has any ideas lemme know! |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone. I am starting a task to build a side navigation, much like the one on the React Spectrum website. I am wondering if anyone can suggest any ideas or share experience building one using React Aria. I am looking at what is in the utilities and other options. Thought maybe I could use Section, but that seems to only want to live inside of specific components. FocusScope might be useful. There is no
ul
component, and I don’t think I can or want to use the Collections pattern on aul
based Link navigation component. I don’t think I want to use any of the overlay components, because they unmount, and the navigation should probably stay in the DOM.Well, if anyone has any thoughts I’d love and appreciate hearing them. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions