Replies: 1 comment 1 reply
-
In this case - you can simply add it to your App.cs file: public partial class App : Application
{
public App(MauiBlazorBindingsRenderer renderer)
{
Resources.Add(new Material.Components.Maui.Styles.MaterialStyles());
renderer.AddComponent<AppShell>(this);
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions