Aligning Some NavigationMenuItems to the Right in the NavigationMenu #2661
Unanswered
vladimirzb
asked this question in
Q&A
Replies: 2 comments
-
Did you find an answer? Because I am also suffering from the same problem |
Beta Was this translation helpful? Give feedback.
0 replies
-
Unfortunately, I'm having the same problem and had to resort to switching to the dropdown component. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi! I'm working with the
NavigationMenu
component and I'm trying to achieve a specific layout where someNavigationMenuItem
s are aligned to the left of the screen, while others (such as login and theme change options) are aligned to the right. I'm unsure of the best practices for accomplishing this with theNavigationMenu
component.Is there a recommended way to position some
NavigationMenuItem
s to the right side of the screen? I'm looking for a solution that aligns with the intended use of the component and maintains accessibility and responsiveness.Thank you in advance for your guidance!
Here is my current code:
Beta Was this translation helpful? Give feedback.
All reactions