|
1 | 1 |
|
2 | 2 |
|
3 |
| -#  Material Design In XAML Toolkit |
| 3 | +#  Material Design In XAML Toolkit |
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 | 7 | ###### [More pics below](#MorePics)
|
8 | 8 |
|
9 |
| -#  Summary |
| 9 | +#  Summary |
10 | 10 |
|
11 | 11 | * XAML Resources for [Google swatches displayed](http://www.google.co.uk/design/spec/style/color.html#color-ui-color-application)
|
12 | 12 | * WPF control themes
|
|
24 | 24 | [](https://github.com/ButchersBoy/MaterialDesignInXamlToolkit/issues)
|
25 | 25 | [](https://twitter.com/James_Willock)
|
26 | 26 |
|
27 |
| -#  Source Code |
| 27 | +#  Source Code |
28 | 28 | To load the source project you will need Visual Studio 2015. Don't worry if you have an earlier version, you can still use the compiled assemblies from NuGet (see below). There are two demo projects in the solution, restore the NuGet packages and fire them both up. One is a "pure" Material Design project, the other illustrates how to combine with Dragablz & MahApps.
|
29 | 29 |
|
30 |
| -#  How Can I Use The Themes? |
| 30 | +#  How Can I Use The Themes? |
31 | 31 |
|
32 |
| -* Install [Nuget package](https://www.nuget.org/packages/MaterialDesignThemes/) ```Install-Package MaterialDesignThemes``` |
33 |
| -* Configure App.xaml according to the [example](https://github.com/ButchersBoy/MaterialDesignInXamlToolkit/blob/master/MaterialDesignColors.WpfExample/App.xaml). |
34 |
| -* For more information see the [Get Started guide](http://butchersboy.github.io/MaterialDesignInXamlToolkit/#getStarted). |
| 32 | +* Install [NuGet package](https://www.nuget.org/packages/MaterialDesignThemes/) ```Install-Package MaterialDesignThemes``` |
| 33 | +* Configure App.xaml according to the [example](MainDemo.Wpf/App.xaml). |
| 34 | +* For more information see the [Get Started guide](http://materialdesigninxaml.net/#getStarted). |
35 | 35 |
|
36 |
| -#  Mentions |
| 36 | +#  Mentions |
37 | 37 |
|
38 | 38 | * Logo courtesy of GitHub user [Snalty](https://github.com/snalty), and you can see more of him;
|
39 | 39 | * on his [blog](http://holothere.tumblr.com/)
|
40 | 40 | * and on [Twitter](https://twitter.com/snalty)
|
41 | 41 | * Marc Angers - I pulled some oh his shadows straight in from this [blog post](http://marcangers.com/material-design-shadows-in-wpf/)
|
42 | 42 | * Most of the icons come from [Material Design Icons](https://materialdesignicons.com/)...check it!
|
43 | 43 | * Ignace Maes, whose [Material Skin](https://github.com/IgnaceMaes/MaterialSkin) project inspired the original material design theme for [Dragablz](https://github.com/ButchersBoy/Dragablz), which in turn led to me starting this project
|
44 |
| -* **[Contributers!](https://github.com/ButchersBoy/MaterialDesignInXamlToolkit/graphs/contributors)** Thanks for the PRs which have helped add some extra polish. |
| 44 | +* **[Contributors!](https://github.com/ButchersBoy/MaterialDesignInXamlToolkit/graphs/contributors)** Thanks for the PRs which have helped add some extra polish. |
45 | 45 |
|
46 |
| -# <a name="MorePics"></a> More Pics |
| 46 | +# <a name="MorePics"></a> More Pics |
47 | 47 |
|
48 |
| - |
| 48 | + |
49 | 49 |
|
50 |
| - |
| 50 | + |
51 | 51 |
|
52 |
| - |
| 52 | + |
53 | 53 |
|
54 |
| - |
| 54 | + |
55 | 55 |
|
56 |
| - |
| 56 | + |
57 | 57 |
|
58 | 58 | 
|
59 | 59 |
|
0 commit comments