You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any interest in a navigation component in react-aria utilising the disclosure pattern?
🙋 Feature Request
A navigation is a common component in web apps, and none of the existing hooks meet the specific requirement. useMenu might be the closest, but isn't quite right.
My proposed implementation would consist of 2 hooks: userNavigation and useNavigationItem and utilise TreeState from react-stately. Initial attempt at implementing https://codesandbox.io/s/cranky-field-u85oox