Skip to content

stellarbear/MaterialSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MaterialSharp

Custom wpf styling that looks a bit like material. Nuget package is available. Readme will be filled with examples soon, right now investigate source code.

Super quick start

Append this to your App.xaml

<Application.Resources>
    <ResourceDictionary>
        <ResourceDictionary.MergedDictionaries>
            <ResourceDictionary Source="pack://application:,,,/MaterialSharp;component/Colors.xaml" />
            <ResourceDictionary Source="pack://application:,,,/MaterialSharp;component/Defaults.xaml" />

        </ResourceDictionary.MergedDictionaries>
    </ResourceDictionary>
</Application.Resources>

About

Custom wpf styling that looks a bit like material

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published