Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 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+.
- Host: GitHub
- URL: https://github.com/alexfalconflores/uwp-toolkit-controls
- Owner: alexfalconflores
- License: mit
- Created: 2023-10-11T21:38:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-20T04:14:26.000Z (12 months ago)
- Last Synced: 2024-09-28T21:40:54.899Z (about 1 month ago)
- Topics: controls, csharp, csharp-lib, csharp-library, mit-license, toolkit, uwp, uwp-control, uwp-toolkit, windows-10, windows-11, winui, winui-controls, winui2
- Language: C#
- Homepage:
- Size: 6.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)
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