My apps all use bootstrap 5 css framework, and I'd rather not change that. If I want to use MudBlazor can I get away from materialize and still use bootstrap?
Asked
Active
Viewed 680 times
7
-
the problem is mostly with bootstrap.js file. if you need only styles you can add only bootstrap.css file to your _layout.cshtml or index.htlm. that is the way Radzen solving that problem. it can help consider it – Berkay Apr 04 '23 at 09:35