Simple Question: Can i use Radzen.Blazor components in MAUI Blazor type of Project?
If yes : Where do i add the following since MAUI Blazor does not have app.razor page.
Open the App.razor file of your application. Add this code within the <head> element:
<RadzenTheme Theme="material" @rendermode="InteractiveAuto" />
BTW: I am new to both MAUI Blazor and Radzen, So any advice would be helpful.
I’m just looking for a straightforward, attractive style for my on-screen controls and through google search i arrived here and trying to learn, experiment and see how it can fit in my current and future projects on MAUI Blazor.
Hi again,
Following your advice, i could get few controls on screen. but could not get theme change working. I am sure i am missing something basic. Can you please advice.