I’m making a webapp in ASP.NET MVC.
I’ve used bootstrap in the Razor cshtml files, but I recently came across MudBlazor, and I decided to use it. The problem is, that it is mainly for Blazor webpages.
I’ve tried creating some Blazor components and appending them to my cshtml files, but the classic MudTheme just won’t appear. Can it be the problem, that my app is just an MVC?
Or could I tackle this issue by adding ad small Blazor project next to my original?