Replies: 1 comment
-
Hi, There are a lot of things that need to be considered when using this kind of horizontal naviagtion. What if there is not enough room to show the group beneath an item? What if there are so many items the menu goes wider than available space? How do, we show the selected/active item? How do we show the selected item when it is in a group? Besides all these questions, there is no such element definded in the Fluent Design specifications so we need to define and maintain our own design specs, guardrails, etc. As you mention in the inclded image, you do not have a solution yet for the NavGroup. I can tell you beforehand that we would need to change a significant amount of the component's code to get that solved. That could potentially introduce (unintended ) breaking changes to the current implementation. We need to prevent that by writing extra tests, etc. I.e. a lot of work. If you can get it to work with CSS in your own code that's great, but I do not see us adding this as an option for the I'm converting this to a discussion so others can chime in as well. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🙋 Feature Request
I like to use the NavMenu horizontally:
💁 Possible Solution
There could be an attribute to set the layout: Layout="Vertical" / Layout="Horizontal".
I have the following implemented, which provides a simple solution, but without an attribute. I use a CSS class.
💻 Examples
Beta Was this translation helpful? Give feedback.
All reactions