Download and Install
| Nuget | Github |
|---|---|
| DevWinUI | Github |
WARNING
Github is generally updated every day and is relatively unsuitable for production.
Install
Install-Package DevWinUIOr
dotnet add package DevWinUIAfter 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
