Skip to content

FreakyAli/Maui.FreakyUXKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maui.FreakyUXKit

Maui.FreakyUXKit is a lightweight and customisable UX toolkit for .NET MAUI

Platforms

Support OS
iOS iOS 15.0 +
Android API 26+ (Marshmallow)

Previews:

Note: The GIFs here don't represent the actual performance. Please feel free to clone the repository and check the performance yourself.

iOS Android

Documentation

For more details and API documentation, check our Wiki

Like what you saw? Want to keep this repo alive?

Previews:

License

The license for this project can be found here

Installation

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();
     }
 }

Activity

Fossa:

FOSSA Status

Sparkline:

Sparkline

RepoBeats:

RepoBeats

About

FreakyUXKit is a lightweight and customisable UX toolkit for .NET MAUI

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages