Skip to content

Download and Install

NugetGithub
DevWinUIGithub

WARNING

Github is generally updated every day and is relatively unsuitable for production.

Install

Install-Package DevWinUI

Or

dotnet add package DevWinUI

After installing, add the following resource to app.xaml

xml
<ResourceDictionary Source="ms-appx:///DevWinUI/Themes/Generic.xaml"/>

WARNING

We moved all namespaces into a single namespace. No matter which (DevWinUI) library you use, the namespace is always as follows For use in the Xaml: xmlns:dev="using:DevWinUI" For use in the Csharp: using DevWinUI;

See the Demo app to see how to use it

GalleryApp

Released under the MIT License.