Experience WinUI 3 quickly and easily with the help of WinUICommunity, Everything you need to develop an application is gathered in one place.
Requirements
Download and Install
Nuget | Github |
---|---|
WinUICommunity.Components | Github |
WinUICommunity.LandingPages | Github |
WinUICommunity.ContextMenuExtensions | Github |
WinUICommunity.Core | Github |
Project Template
for creating a new project easily, you can use our project templates:
download and install our vsix package from Marketplace:
We moved all namespaces into a single namespace. No matter which (WinUICommunity) library you use, the namespace is always as follows
For use in the Xaml:xmlns:wuc="using:WinUICommunity"
For use in the Csharp:using WinUICommunity;