Simple Question: Can i use Radzen.Blazor components in MAUI Blazor type of Project?

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.

Thanks in advance.

For MAUI you can follow the instructions for WASM standalone. The steps are similar.

Thanks Korchev,

I will try this now...

Regards

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.

<div class="theme-container">
    <RadzenStack Orientation="Orientation.Vertical" AlignItems="AlignItems.Center" JustifyContent="JustifyContent.Center" Gap="2rem" Wrap="FlexWrap.Wrap" class="rz-p-12">
        <RadzenAppearanceToggle />
        <!-- Other Radzen components -->
    </RadzenStack>
</div>

Thanks in advance.
Regards

Check this thread: How can I set up material light and dark mode in a MAUI or Blazor standalone app? - #7 by Igor