MudBlazor/MudBlazor

New Component: Horizontal Navigation Menu (MudNavigationBar)

Ouverte

#3 924 ouverte le 10 févr. 2022

 (12 commentaires) (13 réactions) (0 personne assignée)C# (1 631 forks)batch import
has workaroundhelp wantednew component

Métriques du dépôt

Stars
 (10 394 étoiles)
Métriques de merge PR
 (Merge moyen 6j 6h) (108 PRs mergées en 30 j)

Description

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

Guide contributeur