🙏 NavigationMenu for simple dropdown? #7438
simovicaleksa
started this conversation in
General
Replies: 0 comments
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.
-
Problem
I am struggling to implement a simple nested dropdown menu using the
NavigationMenu
component. I've attached a video of my problem below.How can I position
NavigationMenuContent
relative to eachNavigationMenuTrigger
?2025-05-21.19-17-27.online-video-cutter.com.mp4
Expected behavior
I want to achieve something similar to a
DropdownMenu
/Popover
component, where theContent
is positioned relative toTrigger
and still persists theonHover
smart opening / closing behavior that theNavigationMenu
component has.Am I using the wrong component for the job here? Is there a simple solution that does not require making my custom menu component behavior and accessibility using
Dropdown
andPopover
?Beta Was this translation helpful? Give feedback.
All reactions