FlintUI 1.0.8
dotnet add package FlintUI --version 1.0.8
NuGet\Install-Package FlintUI -Version 1.0.8
<PackageReference Include="FlintUI" Version="1.0.8" />
<PackageVersion Include="FlintUI" Version="1.0.8" />
<PackageReference Include="FlintUI" />
paket add FlintUI --version 1.0.8
#r "nuget: FlintUI, 1.0.8"
#:package FlintUI@1.0.8
#addin nuget:?package=FlintUI&version=1.0.8
#tool nuget:?package=FlintUI&version=1.0.8
<img src="images/icon.png" width="45" height="45" align="left">
FlintUI
A WPF control library with light and dark themes for .NET Framework 4.7.2+ and .NET 8/10. It restyles the standard WPF controls and adds new ones, including NumericUpDown, ToggleSwitch, Dialog, Toast and Spinner. The theme can be switched at runtime.
Getting started
dotnet add package FlintUI
Merge FlintResources into App.xaml and pick a theme:
<Application xmlns:ui="clr-namespace:FlintUI;assembly=FlintUI" ...>
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ui:FlintResources Theme="Light" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
</Application>
Controls
| Category | Controls |
|---|---|
| Basic | Button, Badge, Icon |
| Inputs | TextBox, PasswordBox, NumericUpDown, ComboBox, DatePicker, Slider |
| Selection | CheckBox, RadioButton, ToggleSwitch |
| Data | DataGrid, ListBox, TreeView, ProgressBar |
| Containers | TabControl, Expander, GroupBox, Menu |
| Layout | Window, GridSplitter, Frame |
| Feedback | Dialog, Toast, Spinner, ToolTip |
Calendar, ScrollBar and other supporting elements are themed as well.
Demo
A gallery of every control. Grab the build from
Releases, or run it from source with
dotnet run --project examples.
Notes
Some usage details and edge cases:
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. net10.0-windows7.0 is compatible. |
| .NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- No dependencies.
-
net10.0-windows7.0
- No dependencies.
-
net8.0-windows7.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.