Skip to content

Latest commit

 

History

History
82 lines (62 loc) · 3.26 KB

README.md

File metadata and controls

82 lines (62 loc) · 3.26 KB

dotnet os-require IDE-version csharp-require projects WinuiCommunity Nugets nuget-version Installed Docs


🙌 Donate Bitcoin with Trust🙌
🙌 Donate ETH with Trust🙌

🙌 Bitcoin: bc1qzs4kt4aeqym6gsde669g5rksv4swjhzjqqp23a
🙌 ETH: 0x40Db4476c1D498b167f76A2c7ED9D45b65eb5d0C


Components

Experience WinUI 3 quickly and easily with the help of Components, Everything you need to develop an application is gathered in one place.

Install

Install-Package WinUICommunity.Components

After installing, add the following resource to app.xaml

<ResourceDictionary Source="ms-appx:///WinUICommunity.Components/Themes/Generic.xaml" />

Namespace

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;

Demo

See the Demo app to see how to use it

Documentation

See Here for Online Documentation

Available Features

  • Multiple Custom Controls such as Windows 11 Settings Page Controls
  • Custom Styles for Some Controls such as TextBlock and Button.

SettingsUI

SettingsUI

SettingsUI

SettingsUI

SettingsUI

SettingsUI