Material.Avalonia
3.0.0-avalonia11-preview3
See the version list below for details.
dotnet add package Material.Avalonia --version 3.0.0-avalonia11-preview3
NuGet\Install-Package Material.Avalonia -Version 3.0.0-avalonia11-preview3
<PackageReference Include="Material.Avalonia" Version="3.0.0-avalonia11-preview3" />
<PackageVersion Include="Material.Avalonia" Version="3.0.0-avalonia11-preview3" />
<PackageReference Include="Material.Avalonia" />
paket add Material.Avalonia --version 3.0.0-avalonia11-preview3
#r "nuget: Material.Avalonia, 3.0.0-avalonia11-preview3"
#addin nuget:?package=Material.Avalonia&version=3.0.0-avalonia11-preview3&prerelease
#tool nuget:?package=Material.Avalonia&version=3.0.0-avalonia11-preview3&prerelease
Material.Avalonia
Customizable Material Design implementation for AvaloniaUI framework.
More screenshots
Overview
This library is a collection of styles and controls to help you customize your Avalonia application with Material Design theme.
- Material Design styles for almost all Avalonia controls
- Additional controls to support the Snackbars, side sheets, floating buttons, cards, dialogs and more
- Easy configuration of palette (at design and runtime), according to Material Guidelines guidelines
- Full Material Design Icons icon pack support (must be installed separately, in favor of small library size)
- Demo applications included in the source project
Getting started
Check out the getting started wiki page. Or follow these very quick instructions:
Add Material.Avalonia nuget package to your project:
dotnet add package Material.Avalonia
Edit
App.xaml
file:If you install 3.0.0-* version or higher, use this:
<Application ... xmlns:themes="clr-namespace:Material.Styles.Themes;assembly=Material.Styles" ...> <Application.Styles> <themes:MaterialTheme BaseTheme="Dark" PrimaryColor="Purple" SecondaryColor="Lime" /> </Application.Styles> </Application>
If you install 2.5.1 or lower use this:
<Application ... xmlns:themes="clr-namespace:Material.Styles.Themes;assembly=Material.Styles" ...> <Application.Resources> <themes:BundledTheme BaseTheme="Light" PrimaryColor="Teal" SecondaryColor="Amber"/> </Application.Resources> <Application.Styles> <StyleInclude Source="avares://Material.Avalonia/Material.Avalonia.Templates.xaml" /> </Application.Styles> </Application>
Useful links
- Advanced theming wiki page
- Nightly packages wiki page
- Material Design Icons icon pack support
- DialogHost.Avalonia that provides a simple way to display a dialog
Product | Versions 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Avalonia (>= 11.0.0-preview1)
- Avalonia.Controls.DataGrid (>= 11.0.0-preview1)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Material.Avalonia:
Package | Downloads |
---|---|
Material.Avalonia.DataGrid
DataGrid styles library of Material.Avalonia. |
|
Material.Avalonia.Dialogs
Material.Dialog provide some essential material dialogs for use. |
|
Slithin.Controls
Package Description |
|
Slithin
A management application for your rM Tablet 1 and 2 |
|
CastelloBranco.AnnotationsMarkupExtensions.Avalonia
Markup Extensions to use DataAnnotations in XAML |
GitHub repositories (11)
Showing the top 11 popular GitHub repositories that depend on Material.Avalonia:
Repository | Stars |
---|---|
Tyrrrz/YoutubeDownloader
Downloads videos and playlists from YouTube
|
|
Tyrrrz/DiscordChatExporter
Exports Discord chat logs to a file
|
|
Tyrrrz/YoutubeExplode
Abstraction layer over YouTube's internal API
|
|
Tyrrrz/LightBulb
Reduces eye strain by adjusting screen gamma based on the current time
|
|
bcssov/IronyModManager
Mod Manager for Paradox Games. Official Discord: https://discord.gg/t9JmY8KFrV
|
|
dotnettools/SharpGrabber
Download from YouTube, Vimeo, HLS (M3U8 files) and more with .NET and JavaScript - Library and desktop app for downloading high quality media
|
|
furesoft/Slithin
A management application for the remarkable tablet
|
|
MeltyPlayer/FinModelUtility
Model viewer and command-line tools for extracting models from various GCN/3DS/PC games en-masse.
|
|
MDModsDev/MuseDashModTools
UI app made by Avalonia framework for Muse Dash Mods
|
|
SignatureBeef/Open-Terraria-API
Open Terraria API - Mac, Linux & Windows
|
|
deanthecoder/GLSLShaderShrinker
Cross-platform tool to Reformat/Remove Dead Code/Optimise/Analyse GLSL shader code.
|
Version | Downloads | Last updated |
---|---|---|
3.11.1-nightly.0.1 | 29 | 5/10/2025 |
3.11.0 | 1,454 | 5/1/2025 |
3.10.3-nightly.0.3 | 110 | 5/1/2025 |
3.10.2 | 1,317 | 4/24/2025 |
3.10.1 | 3,308 | 4/3/2025 |
3.9.3-nightly.0.6 | 122 | 4/3/2025 |
3.9.3-nightly.0.5 | 125 | 4/3/2025 |
3.9.3-nightly.0.4 | 118 | 4/3/2025 |
3.9.3-nightly.0.3 | 127 | 4/2/2025 |
3.9.3-nightly.0.2 | 279 | 3/1/2025 |
3.9.2 | 11,659 | 2/8/2025 |
3.9.1 | 9,947 | 12/27/2024 |
3.9.0 | 421 | 12/25/2024 |
3.8.1-nightly.0.3 | 61 | 12/25/2024 |
3.8.1-nightly.0.1 | 197 | 11/28/2024 |
3.8.0 | 5,534 | 11/26/2024 |
3.7.5-nightly.0.2 | 66 | 11/26/2024 |
3.7.4 | 11,412 | 9/21/2024 |
3.7.3 | 1,966 | 9/7/2024 |
3.7.2 | 8,485 | 7/28/2024 |
3.7.1 | 198 | 7/27/2024 |
3.7.0 | 153 | 7/26/2024 |
3.6.1 | 403 | 7/29/2024 |
3.6.0 | 10,563 | 4/28/2024 |
3.5.1 | 294 | 4/28/2024 |
3.5.0 | 4,647 | 4/1/2024 |
3.4.3 | 1,037 | 3/24/2024 |
3.4.2 | 3,637 | 2/28/2024 |
3.4.1 | 660 | 2/25/2024 |
3.4.0 | 745 | 2/23/2024 |
3.3.0 | 5,290 | 2/1/2024 |
3.2.4 | 749 | 1/29/2024 |
3.2.2 | 1,036 | 1/12/2024 |
3.2.1 | 1,953 | 1/8/2024 |
3.2.0 | 265 | 1/8/2024 |
3.1.3 | 1,369 | 12/28/2023 |
3.1.2 | 1,387 | 12/11/2023 |
3.1.1 | 1,317 | 11/23/2023 |
3.1.0 | 692 | 11/15/2023 |
3.0.2 | 10,883 | 10/9/2023 |
3.0.1 | 2,824 | 9/19/2023 |
3.0.0 | 1,757 | 9/3/2023 |
3.0.0-avalonia11-preview6 | 307 | 8/14/2023 |
3.0.0-avalonia11-preview5 | 744 | 6/18/2023 |
3.0.0-avalonia11-preview4 | 229 | 4/22/2023 |
3.0.0-avalonia11-preview3 | 524 | 1/31/2023 |
3.0.0-avalonia11-preview2 | 614 | 10/12/2022 |
3.0.0-avalonia11-preview1 | 220 | 10/12/2022 |
3.0.0-avalonia10-preview3 | 162 | 8/3/2023 |
3.0.0-avalonia10-preview2 | 648 | 9/26/2022 |
3.0.0-avalonia10-preview1 | 355 | 9/25/2022 |
2.5.1 | 14,419 | 3/22/2022 |
2.5.0 | 1,537 | 11/28/2021 |
2.4.1 | 4,239 | 10/10/2021 |
2.4.0 | 1,586 | 9/28/2021 |
2.3.1 | 683 | 9/5/2021 |
2.3.0 | 1,426 | 8/1/2021 |
2.2.0 | 2,447 | 5/22/2021 |
2.1.0 | 838 | 4/22/2021 |
2.0.0 | 831 | 3/22/2021 |
1.0.1 | 1,026 | 1/17/2021 |
0.10.5-rc1 | 463 | 12/15/2020 |
0.10.4 | 886 | 11/15/2020 |
0.10.3 | 1,034 | 10/24/2020 |
0.10.1 | 571 | 10/15/2020 |
0.10.0-new1prev | 389 | 10/9/2020 |
0.9.0 | 1,857 | 1/31/2020 |
0.1.0-preview5 | 476 | 11/15/2019 |
This is UNSTABLE version, I think what many things do not work properly here, report all bugs to issues at GitHub.
- Fixes (adds a workaround) runtime theme changing bug
- Add IReadOnlyTheme and change CurrentTheme to use it
- Move some styles to ControlTheme
- Improve some styles to proper work with Avalonia 11
- Make compability styles included by default
- Removed default font size for TextBlock to allow customizing it as part of other controls #208 #186
- Rework ProgressBar styles, add ShowProgressText support
- Fix scroll helper buttons content. #206
- Fixes TabControl style to support TabControlAssist.TabHeaderAlignment #203
- Rework first MenuItems, fix command execution for empty MenuItems #201, reformat MenuItem.xaml
- Fix Ripple effect remains after being simultaneously triggered