An open API service indexing awesome lists of open source software.

https://github.com/freakyali/maui.freakyuxkit

FreakyUXKit is a lightweight and customisable UX toolkit for .NET MAUI
https://github.com/freakyali/maui.freakyuxkit

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://github.com/FreakyAli/Maui.FreakyUXKit/wiki)

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

[![](https://miro.medium.com/max/600/0*wrBJU05A3BULKcWA.gif)](https://www.buymeacoffee.com/FreakyAli)

## Previews:

## License

The license for this project can be found [here](https://github.com/FreakyAli/Maui.FreakyUXKit/blob/master/LICENSE)

## Installation

Add our [NuGet](https://www.nuget.org/packages/FreakyUXKit) 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:

```c#
using MAUI.FreakyUXKit;
namespace Samples;

public static class MauiProgram
{
public static MauiApp CreateMauiApp()
{
var builder = MauiApp.CreateBuilder();
builder
.UseMauiApp()
.ConfigureFonts(fonts =>
{
fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
});
builder.UseFreakyUXKit();
return builder.Build();
}
}

```

## Activity

Fossa:

[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FFreakyAli%2FMaui.FreakyUXKit.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FFreakyAli%2FMaui.FreakyUXKit?ref=badge_large)

Sparkline:

[![Sparkline](https://stars.medv.io/FreakyAli/Maui.FreakyUXKit.svg)](https://stars.medv.io/FreakyAli/Maui.FreakyUXKit)

RepoBeats:

![RepoBeats](https://repobeats.axiom.co/api/embed/62b773582fc822efda7de377fb73c527444ff44d.svg "Repobeats analytics image")