Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexfalconflores/uwp-toolkit-controls

Add custom controls to your Universal Windows Platform (UWP) applications with ease. Accelerate development and improve user experience. Compatible with WinUI 2.7+.
https://github.com/alexfalconflores/uwp-toolkit-controls

controls csharp csharp-lib csharp-library mit-license toolkit uwp uwp-control uwp-toolkit windows-10 windows-11 winui winui-controls winui2

Last synced: 5 days ago
JSON representation

Add custom controls to your Universal Windows Platform (UWP) applications with ease. Accelerate development and improve user experience. Compatible with WinUI 2.7+.

Awesome Lists containing this project

README

        

![UWP Toolkit Control Cover]()

> This project uses `C# 11` with the [`PolySharp`](https://github.com/Sergio0694/PolySharp/tree/main) library. The minimum version is Windows 10, `1903` (Build,18362).

> This project can be used with C# 7.2, but we recommend that you use C# 11 in your project (.csproj) and use the [`PolySharp`](https://github.com/Sergio0694/PolySharp/tree/main) library.


[![NuGet](https://img.shields.io/nuget/dt/AlexFalconFlores.UWP.Toolkit.Controls.svg)](https://www.nuget.org/stats/packages/AlexFalconFlores.UWP.Toolkit.Controls?groupby=Version)
[![NuGet](https://img.shields.io/nuget/vpre/AlexFalconFlores.UWP.Toolkit.Controls.svg)](https://www.nuget.org/packages/AlexFalconFlores.UWP.Toolkit.Controls/)

Go to Nuget

Add custom `controls` to your `Universal Windows Platform (UWP)` applications with `ease`. Accelerate development and improve user experience. Compatible with `WinUI 2.7+`.

## Installation 📦
This project is available as a [NuGet package](https://www.nuget.org/packages/AlexFalconFlores.UWP.Toolkit.Controls). You can install it using the NuGet Package Console window:
```bash
NuGet\Install-Package AlexFalconFlores.UWP.Toolkit.Controls -Version 0.0.2
```

## Documentation 📖
#### Controls
- [**TitleBar**](docs/TitleBar/TitleBar.md)
- [**Script**](docs/Script/Script.md)
- [**ContentOverlayPopup**](docs/ContentOverlayPopup/ContentOverlayPopup.md)
- [**Toast**](docs/Toast/Toast.md)

#### Enum
- [TitleBarSize](docs/Enum/TitleBarSize.md)
- [ToastAlignment](docs/Enum/ToastAlignment.md)

#### Helper
- [TitleBarTheme](docs/Helper/TitleBarTheme.md)

#### Struct
- [ToastItemParameters](docs/Struct/ToastItemParameters.md)

## Library Dependencies 📚
- PolySharp >= 1.13.2
- AlexFalconFlores.UWP.Toolkit >= 0.0.7
- AlexFalconFlores.UWP.Markup >= 1.0.0
- Microsoft.UI.Xaml >= 2.7.0