Maui.FreakyUXKit is a lightweight and customisable UX toolkit for .NET MAUI
| Support | OS |
|---|---|
| iOS | iOS 15.0 + |
| Android | API 26+ (Marshmallow) |
Note: The GIFs here don't represent the actual performance. Please feel free to clone the repository and check the performance yourself.
| iOS | Android |
|---|---|
![]() |
![]() |
![]() |
![]() |
For more details and API documentation, check our Wiki
The license for this project can be found here
Add our NuGet package or
Run the following command to add our NuGet to your .NET MAUI app:
Install-Package FreakyUXKit -Version xx.xx.xx
Add the following using statement and initialization in your MauiProgram:
using MAUI.FreakyUXKit;
namespace Samples;
public static class MauiProgram
{
public static MauiApp CreateMauiApp()
{
var builder = MauiApp.CreateBuilder();
builder
.UseMauiApp<App>()
.ConfigureFonts(fonts =>
{
fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
});
builder.UseFreakyUXKit();
return builder.Build();
}
}Fossa:
Sparkline:
RepoBeats:




