MudBlazor/MudBlazor

New Component: Horizontal Navigation Menu (MudNavigationBar)

開放

#3,924 建立於 2022年2月10日

 (12 則留言) (13 個反應) (0 位負責人)C# (1,631 個分叉)batch import
has workaroundhelp wantednew component

倉庫指標

星標
 (10,394 顆星)
PR 合併指標
 (平均合併 6天 6小時) (30 天內合併 108 個 PR)

描述

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

貢獻者指南