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.
- Host: GitHub
- URL: https://github.com/rckov/flintui
- Owner: Rckov
- License: mit
- Created: 2026-06-14T20:17:03.000Z (26 days ago)
- Default Branch: master
- Last Pushed: 2026-06-16T19:28:07.000Z (24 days ago)
- Last Synced: 2026-06-16T21:17:56.851Z (24 days ago)
- Topics: controls, csharp, desktop, dotnet, theme, ui-library, wpf, wpf-ui, wpf-ui-controls
- Language: C#
- Homepage: https://www.nuget.org/packages/FlintUI
- Size: 3.06 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://dotnet.microsoft.com/)
[](https://github.com/Rckov/FlintUI/actions/workflows/release.yml)
[](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

## 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)