Forum Discussion
Gavin-Williams
Feb 26, 2023Brass Contributor
Convert the standard Blazor navigation menu to a collapsible icon menu
    While I admittedly love Blazor I’ve always changed the out-of-the-box navigation menu that comes with it. It’s the first manoeuvre I pull when spinning up a new Blazor app, stripping out the purpl...
H3ALY
Jul 03, 2024Copper Contributor
Gavin-Williams, thanks for sharing your solution. I encountered similar issues when implementing it with .NET 8. To assist others, I've created a GitHub repository called https://github.com/H3ALY/CollapsibleNavMenu that incorporates these changes. This repo also includes a submenu system designed to mimic the behaviour of Azure DevOps, building on MMaybe990's implementation.
Additionally, I added some JavaScript to address the issue identified by clockwiseq where changing the page width after collapsing the Nav Menu caused problems. The submenus are now uncoupled and can be independently expanded, which might interest SCAppDev.
I hope this helps others in the future!