Aligning Some NavigationMenuItems to the Right in the NavigationMenu #2683
Unanswered
vladimirzb
asked this question in
Help
Replies: 1 comment
-
This is the top google link when you google: However if you just want something. I created a second menu within the nav and pushed that one left with auto left margin. Not saying it's right... Just saying I got the result I wanted :) |
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
-
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