This is a sample project that shows to create a new side bar type navigation panel in Blazor
*** PLEASE NOTE THIS REQUIRES .NET 6 and Visual Studio 2022 ***
I like the current navigation view that is shipped with the current Blazor template, but after working with it so long, I wanted to try some new navigations. This is my first attempt
-
Clone this repository
git clone https://github.com/CodingWithDavid/SideBarNavDemo cd SideBarNavDemo
-
Open in Visual Studio 2022 or Visual Code a. With Visual Code you will need to install the C# extensions
-
Press F5
- HTML and CSS for the visual navigation control
- C# is used to "Pin" the nav to the open position.
- Media queries are used to handle the responsiveness
Font awesome is used for the fonts. I have removed the link to font awesome because it is specific to my account. You can use your won link or replace the fonts with some other library.