Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instructions to get started don't work. #22

Open
JustinMinnaar opened this issue Dec 25, 2023 · 1 comment
Open

Instructions to get started don't work. #22

JustinMinnaar opened this issue Dec 25, 2023 · 1 comment

Comments

@JustinMinnaar
Copy link

Add the components in your MainLayout.razor and inside

    <MudThemeManagerButton OnClick="@((e) => OpenThemeManager(true))" />
    <MudThemeManager Open="_themeManagerOpen" OpenChanged="OpenThemeManager" Theme="_themeManager" ThemeChanged="UpdateTheme" />

The components can't be found.

@ninamiddelmann
Copy link

You need to add @using MudBlazor.ThemeManager in _imports.razor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants