ShadUI 0.1.4

dotnet add package ShadUI --version 0.1.4
                    
NuGet\Install-Package ShadUI -Version 0.1.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ShadUI" Version="0.1.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ShadUI" Version="0.1.4" />
                    
Directory.Packages.props
<PackageReference Include="ShadUI" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ShadUI --version 0.1.4
                    
#r "nuget: ShadUI, 0.1.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ShadUI@0.1.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ShadUI&version=0.1.4
                    
Install as a Cake Addin
#tool nuget:?package=ShadUI&version=0.1.4
                    
Install as a Cake Tool

ShadUI ✨

ShadUI (shad·UI /ˈʃæd juː aɪ/) is an Avalonia-based Desktop UI Library inspired by shadcn/ui and Suki UI Library.
Our goal is to deliver a modern, beautiful, and intuitive UI library for Avalonia.

NuGet NuGet Downloads GitHub stars

Forever free and open-source. 🚀

Hero Image


Installation 🚀

To get started with ShadUI:

Install the ShadUI NuGet package:

dotnet add package ShadUI

Note: The command above will install the latest version automatically. You can also specify a version if you want to install a specific version or install a preview version.

dotnet add package ShadUI --version [version]

Include ShadTheme in your App.xaml:

<Application
    xmlns:themes="clr-namespace:ShadUI.Themes;assembly=ShadUI">

    

    <Application.Styles>
        <themes:ShadTheme />
        
    </Application.Styles>
</Application>

Recommended: Use the ShadUI.Controls.Window instead of Avalonia.Controls.Window to get the full ShadUI experience.

<img src="https://learn.microsoft.com/en-us/windows/apps/images/new-badge-dark.png" alt="App Screenshot" width="200"/>

Download ShadUI App from Microsoft Store for examples of how to use ShadUI controls.

Features 🌟

🎨 Theme

ShadUI provides a default theme out of the box, allowing you to get started quickly with a professional look and feel.

Theme Demo


🛠️ Controls

ShadUI includes a growing set of essential UI controls, inspired by shadcn/ui and Suki UI Library.
We are actively working to expand the library with additional controls and advanced features.

Controls Demo


💬 Dialogs

ShadUI offers a simple yet powerful system for dialogs, enabling you to create interactive and responsive user experiences effortlessly.

Dialogs Demo


🔔 Toasts

Deliver quick, non-intrusive messages with ShadUI's built-in toast notifications system, designed for clarity and ease of use.

Toasts Demo


🧩 Composable Sidebar

ShadUI provides a flexible and composable sidebar system that allows you to create dynamic navigation experiences with ease.

Sidebar Demo


Acknowledgments 💖

ShadUI wouldn't be possible without the inspiration and contributions of the following projects and libraries:

  • Avalonia: A cross-platform XAML-based UI framework with a robust styling system.
  • shadcn/ui and Suki UI Library: The foundation of our design principles and control ideas.
  • Lucide Icons: A beautifully curated collection of icons that provides consistent, scalable vector icons for modern applications.
  • Responsive.Avalonia: A library for building responsive layouts.
  • LiveCharts: A library for creating visually stunning charts.
  • MvvmToolkit: A framework for implementing the MVVM pattern efficiently.
  • Jab: A fast compile-time dependency injection container without runtime dependencies.
  • AvaloniaEdit.TextMate: A text editor component with syntax highlighting support for Avalonia applications.

Thank you to all the amazing contributors who have helped make ShadUI what it is today!

<a href="https://github.com/accntech/shad-ui/graphs/contributors"> <img width="150" src="https://contrib.rocks/image?repo=accntech/shad-ui" /> </a>


Special Thanks 🙏

We extend our heartfelt gratitude to these amazing platforms and tools that make ShadUI possible:

<div align="center"> <img src="https://github.com/dotnet/brand/blob/main/logo/dotnet-logo.png?raw=true" alt=".NET" height="48"/>      <img height="48px" src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png" alt="JetBrains">      <img height="48px" src="https://avatars.githubusercontent.com/u/139895814?s=48&v=4" alt="shadcn/ui logo"> </div>

  • .NET: For providing the powerful C# language and cross-platform runtime that powers our applications
  • JetBrains: For providing free use of <a href="https://www.jetbrains.com/rider">Rider</a>, the IDE used in the development
  • shadcn/ui: For the beautiful design system and components that inspired ShadUI's visual foundation

Contributing 🤝

We welcome contributions to ShadUI! Before getting started, please review our Contributing Guidelines and Code of Conduct.
Feel free to open issues, suggest new features, or submit pull requests.


License 📜

ShadUI is licensed under the MIT License. See the LICENSE file for details.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.4 216 7/6/2025
0.1.3 143 7/6/2025
0.1.2 114 7/4/2025
0.1.1 149 7/3/2025
0.0.7 148 7/2/2025
0.0.6 275 6/1/2025
0.0.5 301 5/15/2025
0.0.4 275 4/8/2025
0.0.3 141 2/24/2025
0.0.2 128 2/1/2025
0.0.1 121 1/26/2025