.NET Cross-platform Open-Source Control Library - SukiUI

.NET Cross-platform Open-Source Control Library - SukiUI

A control library named after the author's pet dog

Last updated 3/13/2023 10:16 PM
沙漠尽头的狼
2 min read
Category
Avalonia UI
Topic
Avalonia UI Open Source Project Avalonia UI Control Library C# Open Source Project
Tags
.NET C# Avalonia UI Control Library Open Source

✨ SukiUI

UI Theme, a desktop and mobile control library for AvaloniaUI!

Repository info screenshot below:

Trivia - MIT

MIT License is the well-known open-source software license The MIT License. There is an interesting article that introduces it in detail, click here: https://www.sohu.com/a/394184282_115128.

Trivia - Avalonia UI

Avalonia is a cross-platform .NET framework for building beautiful, modern graphical user interfaces (GUI). With Avalonia, you can create native applications for Windows, macOS, Linux, iOS, Android, and WebAssembly from a single codebase.

Avalonia is compatible with all platforms that support .NET Standard 2.0.

Official website: https://avaloniaui.net/

Chinese documentation: https://avaloniachina.gitbook.io/avalonia/

🖥️📱 Control Preview

Desktop Controls

Desktop Controls Documentation

Mobile Controls

Mobile Controls Documentation

Customization

Customization Documentation

  • Dark Mode Theme

  • Custom Primary Color

  • Global Custom CornerRadius

Interaction

The InteractiveContainer control allows you to easily add interactions via Dialog and Toast in your application.

📦 Usage

Installation

Controls Documentation

Keep Exploring

Related Reading

More Articles
Same category / Same tag 8/9/2025

Lang.Avalonia: Avalonia multi-language solution, seamlessly supports three formats: Resx/XML/JSON

This is a multi-language management library designed specifically for the Avalonia framework. It reconstructs multi-language support logic through a plugin-based architecture, not only supporting traditional Resx resource files but also adding support for XML and JSON formats, while providing type-safe resource references and dynamic language switching, making multi-language development simpler and more efficient.

Continue Reading