AvaloniaCommunity/Material.Avalonia

How can i use this on a particular UserControl alone

Eugenenoble2005 opened this issue · 2 comments

The below doesent work and throws an exception that some resources are missing:
<UserControl.Styles> <StyleInclude Source="avares://Material.Avalonia/Material.Avalonia.Templates.xaml" /> </UserControl.Styles> <UserControl.Resources> <material:BundledTheme BaseTheme="Light" PrimaryColor="Teal" SecondaryColor="Amber"/> </UserControl.Resources>

Hello, @Eugenenoble2005

Can you provide a exception?

Closing this issue as staled. Feel free to reopen it or create a new one if the problem persists or you have any questions.