Blazored / Menu

A JavaScript free menu library for Blazor and Razor Components applications.
https://blazored.github.io/Menu
MIT License
176 stars 32 forks source link

BlazoredSubMenu Feature request #21

Open BruceHunter opened 3 years ago

BruceHunter commented 3 years ago

I am using your Menu component.

Just a few features that I think would provide value to others.

1) BlazoredSubMenu - for the HeaderTemplate provide a bool option to always have submenu remain "open".

2) BlazoredSubMenu - for the HeaderTemplate provide a bool option to show/hide the ("+" / "-") especially if submenu is to remain open.

        .custom-submenu-css > span > i {
            visibility:hidden;
        }

3) BlazoredSubMenu - for the HeaderTemplate - provide an option for submenu link to just be text and not clickable.

chrissainty commented 3 years ago

Thanks for the great suggestions @BruceHunter. I think these could make great additions to the library.