question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Horizontal NavMenu

See original GitHub issue

Feature 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:open
  • Created 2 years ago
  • Reactions:7
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

8reactions
Garderobencommented, Feb 12, 2022

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.

2reactions
jordanTMcfarlandcommented, May 24, 2022

Hello @Garderoben, have you made any headway on this?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found