Horizontal NavMenu
See original GitHub issueFeature request type
Enhance component
Component name
MudNavMenu
Is your feature request related to a problem?
At the moment there’s no proper way to have a navmenu inside the appbar for the navmenu vertically stacks the child items vertically.
Describe the solution you’d like
Ideally I’d like to have a new property added to navmenu that allows to define what kind of menu to build.
Something like:
<MudNavMenu Type="NavMenuType.Horizontal" [...]
<MudNavMenu Type="NavMenuType.Vertical" [...]
Have you seen this feature anywhere else?
I’m porting my layout from bootstrap. As an example, see the appbar with menu items on https://www.getbootstrap.com
Describe alternatives you’ve considered
I haven’t found a way to do this! 😃
Pull Request
- I would like to do a Pull Request
Code of Conduct
- I agree to follow this project’s Code of Conduct
Issue Analytics
- State:
- Created 2 years ago
- Reactions:7
- Comments:5 (2 by maintainers)
Top Results From Across the Web
CSS Horizontal Navigation Bar
The navbar will stick to the top when you reach its scroll position. Some text to enable scrolling.. Lorem ipsum dolor sit amet,...
Read more >How to Create a Horizontal Navigation Menu with CSS
How to Create a Horizontal Navigation Menu with CSS · Start with the following HTML document containing an unordered list: · Set the...
Read more >16 CSS Horizontal Menus
Collection of hand-picked free HTML and CSS horizontal menu code examples from codepen and other resources. Update of December 2018 ...
Read more >Creating a horizontal navigation menu with HTML & CSS
In this lesson, you will learn how to add a horizontal navigation bar (menu) with buttons to a webpage using HTML and CSS...
Read more >How to create a Horizontal Navigation Bar in HTML and ...
In this article, we will try to create a navigation bar horizontally. To understand this article, we need to know some basics of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m working on this, its on my ToDo but i haven’t really made up my mind how i want to do it yet.
Hello @Garderoben, have you made any headway on this?