Skip to content

Rckov/FlintUI

Repository files navigation

.NET Build and Release NuGet

FlintUI

A WPF control library.

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>

Demo

A gallery of every control. Grab the build from Releases, or run it from source with dotnet run --project examples.

Showcase

Notes

Some usage details and edge cases:


MIT License · Report an Issue

About

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.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors

Languages