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

https://github.com/rckov/flintui

WPF UI controls and styles library for .NET Framework 4.8 and .NET, providing a set of controls and styles for building desktop interfaces in WPF.
https://github.com/rckov/flintui

controls csharp desktop dotnet theme ui-library wpf wpf-ui wpf-ui-controls

Last synced: 9 days ago
JSON representation

WPF UI controls and styles library for .NET Framework 4.8 and .NET, providing a set of controls and styles for building desktop interfaces in WPF.

Awesome Lists containing this project

README

          

[![.NET](https://img.shields.io/badge/.NET-4.8%20%7C%206%20%7C%208%20%7C%2010-512BD4)](https://dotnet.microsoft.com/)
[![Build and Release](https://github.com/Rckov/FlintUI/actions/workflows/dotnet-desktop.yml/badge.svg)](https://github.com/Rckov/FlintUI/actions/workflows/release.yml)
[![NuGet](https://img.shields.io/nuget/v/FlintUI.svg?label=NuGet)](https://www.nuget.org/packages/FlintUI)

# FlintUI

A WPF control library.

## Getting started

```
dotnet add package FlintUI
```

Merge `FlintResources` into `App.xaml` and pick a theme:

```xml







```

## Demo

A gallery of every control. Grab the build from
[Releases](https://github.com/Rckov/FlintUI/releases/latest), or run it from source with
`dotnet run --project examples`.

## Showcase

![](images/showcase.gif)

## Notes

Some usage details and edge cases:

- [Window](docs/window.md)
- [Custom Themes](docs/themes.md)
---

[MIT License](LICENSE) · [Report an Issue](https://github.com/Rckov/FlintUI/issues)