Replies: 1 comment 1 reply
-
Hi @mbaldas, you can control the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
Hello everyone,
I'm currently building a "topbar" menu using the
Menubar
component.Behavior
I have all the menu items and I need to click in one of them to open the content box for the first time and then on the other interactions they all can be opened by hovering.
Expected Behavior
I have all the menu items and they don't need to be clicked to open on the first time, all of them can be opened direclty through a hover action.
I've tried to use the
NavigationMenu
, but for my use-case it feels more correct to use theMenubar
one.Appreciate any sort of help,
Thank you :)
Beta Was this translation helpful? Give feedback.
All reactions