Download and Install
Nuget | Github |
---|---|
DevWinUI.Controls | Github |
Github is generally updated every day and is relatively unsuitable for production.
Install
1 | Install-Package DevWinUI.Controls |
After installing, add the following resource to app.xaml
1 | <ResourceDictionary Source="ms-appx:///DevWinUI.Controls/Themes/Generic.xaml"/> |
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