Hi @Cenk ,
I wonder if there is a way to toggle (hide/show) the side menu navbar? Can you please help me?
Something like this actually, https://getbootstrap.com/docs/5.0/components/navbar/ external content section. Or like this one; https://www.mudblazor.com/getting-started/wireframes/layout2.
I assume you are using the default Blazor server NavMenu.razor and MainLayout.razor component, then, you can modify the code as below:
NavMenu.razor:
MainLayour.razor:
Then, in the wwwroot/css/site.cs file add the following style: it is used to change the toggler icon and the color.
You can view the source code from here: 228005-sourcecode.txt
The result is like this:
The question is can I use radzen, mudblazor, etc together?
You can try to use them in the same project, if there is no error when running the application, it means you can use them together. But I'm not suggesting you use both, because using multiple third-party packages together might cause incompatibility or conflict issue.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best regards,
Dillion.