Creating a hover activated navigation menu with the Popover component #7192
Unanswered
deltasierra96
asked this question in
Q&A
Replies: 1 comment 6 replies
-
You'll want to use useHover where |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How would one go about creating a navigation menu for a site header that's activated via hovering a button that still remains accessible? I've toyed around with using the Popover component using manual controls with the triggerRef prop, but can't seem to have any success.
I noticed that RadixUI has this component baked into their library and was wondering if this is possible with React Aria?
https://www.radix-ui.com/primitives/docs/components/navigation-menu
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions