![]()
SimpleToolkit is package of useful classes, helpers, extensions and UI controls, I use in my C# projects. UI.WinUI.Controls subpackage contains custom UI controls for WinUI applications.
--- ## Informations > [!Important] > **For Github users:** > > This is only mirror repository. All changes are first uploaded to the repository here. Releases are also published on original repository. However, Github repository handles issues and pull requests for better accessibility. ## NuGet registry status
## Dependencies
Dependencies should be installed automatically with this package
- Microsoft.WindowsAppSDK 1.4.240211001
## Installation and usage
You can download package from official NuGet registry or .nupkg file itself from Releases tab.
**CLI:**
```
dotnet add package SimpleToolkit.UI.WinUI.Controls
```
**Package reference in .csproj file:**
```