Until version 4.34.3 of Radzen there were no difficulties integrating it into the web and the Blazor Hybrid. but now the new version is out. 5.1.4 which I see is not implemented through styles in the header, but by a component. <RadzenComponents @rendermode="InteractiveAuto" /> which in .net maui BH I have to inject it into the Index.html file which is no longer supported. Do you know any solution for this... on the web it does work very well.
I have mitigated the problem, while there is a more appropriate solution. Using the reference links above, I don't know if this works on all components, but on some I have seen it work well.
<!--For redzen 5.1-->
<link rel="stylesheet" href="_content/Radzen.Blazor/css/material-base.css">
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
2 Likes
RadzenTheme still renders a <link>
so your solution is valid. The WASM getting started instructions are valid too.
Posting an update in case somebody finds this thread: Where to put RadzenTheme tag in WASM app - #9 by korchev