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
- Host: GitHub
- URL: https://github.com/freakyali/maui.freakyuxkit
- Owner: FreakyAli
- License: apache-2.0
- Created: 2025-05-15T19:25:17.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2026-01-28T21:16:03.000Z (5 months ago)
- Last Synced: 2026-01-29T11:42:53.582Z (5 months ago)
- Language: C#
- Homepage:
- Size: 1.23 MB
- Stars: 31
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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://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:
[](https://app.fossa.com/projects/git%2Bgithub.com%2FFreakyAli%2FMaui.FreakyUXKit?ref=badge_large)
Sparkline:
[](https://stars.medv.io/FreakyAli/Maui.FreakyUXKit)
RepoBeats:
