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

docs: Fix MaterialToolkitTheme namespace #500

Merged
merged 2 commits into from
Mar 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/material-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Initialization of the Material Toolkit resources is handled by the specialized `
<ResourceDictionary.MergedDictionaries>

<!-- Load Material Toolkit resources (also loads the base Uno.Material resources) -->
<MaterialToolkitTheme xmlns="using:Uno.Toolkit.UI" />
<MaterialToolkitTheme xmlns="using:Uno.Toolkit.UI.Material" />

<!-- Load custom application resources -->
<!-- ... -->
Expand Down Expand Up @@ -80,7 +80,7 @@ If your application is based on the older solution template that includes a shar
<XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />

<!-- Load Material Toolkit resources (also loads the base Uno.Material resources) -->
<MaterialToolkitTheme xmlns="using:Uno.Toolkit.UI" />
<MaterialToolkitTheme xmlns="using:Uno.Toolkit.UI.Material" />

<!-- Load custom application resources -->
<!-- ... -->
Expand Down Expand Up @@ -122,4 +122,4 @@ In `AppResources.xaml`, instead of initializing `MaterialFonts`, you would use t
- [Uno Platform Material Toolkit Sample App](https://github.com/unoplatform/Uno.Samples/tree/master/UI/UnoMaterialToolkitSample)
- [Uno Platform Material Toolkit Figma File](https://www.figma.com/community/file/1110792522046146058)
- [Official Material Design 3 Guidelines](https://m3.material.io/components)
- [Official Material Design 3 Theme Builder](https://m3.material.io/theme-builder)
- [Official Material Design 3 Theme Builder](https://m3.material.io/theme-builder)