A WPF control library.
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>A gallery of every control. Grab the build from
Releases, or run it from source with
dotnet run --project examples.
Some usage details and edge cases:
