Experience WinUI 3 quickly and easily with the help of DevWinUI, Everything you need to develop an application is gathered in one place.
Install-Package DevWinUI
After installing, add the following resource to app.xaml
<ResourceDictionary Source="ms-appx:///DevWinUI/Themes/Generic.xaml" />This version introduces breaking changes related to package renaming to support meta packages.
| Version | Controls Library |
|---------|--------------|------------------|
| v9.9.4 and below | DevWinUI.Controls |
| v10.0.0+ | DevWinUI |
| Version | ResourceDictionary Path |
|---|---|
| v9.9.4 and below | ms-appx:///DevWinUI.Controls/Themes/Generic.xaml |
| v10.0.0+ | ms-appx:///DevWinUI/Themes/Generic.xaml |
If you are using v10.0.0 or above:
- Install
DevWinUIfor the full package (controls + core) — recommended for most users
If you are using v9.9.4 or below:
- Install
DevWinUI.Controlsfor custom controls, styles, and XAML resources (includes DevWinUI core)
Simply replace DevWinUI.Controls with DevWinUI in your project references and update the ResourceDictionary path as shown above. The DevWinUI package now includes everything from the old DevWinUI.Controls plus the core library.
See the Gallery app to see how to use it
See Here for Online Documentation
