MudBlazor 8.14.0
Prefix Reserveddotnet add package MudBlazor --version 8.14.0
NuGet\Install-Package MudBlazor -Version 8.14.0
<PackageReference Include="MudBlazor" Version="8.14.0" />
<PackageVersion Include="MudBlazor" Version="8.14.0" />
<PackageReference Include="MudBlazor" />
paket add MudBlazor --version 8.14.0
#r "nuget: MudBlazor, 8.14.0"
#:package MudBlazor@8.14.0
#addin nuget:?package=MudBlazor&version=8.14.0
#tool nuget:?package=MudBlazor&version=8.14.0
Material Design components for Blazor
Build stunning, interactive web applications with MudBlazor β the free, open-source Material Design library for Blazor.
π Documentation β‘ Interactive Playground
π Why Choose MudBlazor?
π¨ Beautiful, responsive Material Design components
π» Fully written in C# with minimal JavaScript
π Comprehensive documentation and examples
β
Extensive test coverage
π Repo Stats
π Getting Started
We have ready-to-go templates at the Templates repository, or follow the quick install guide below:
Installation
Install Package:
dotnet add package MudBlazor
_Imports.razor:
@using MudBlazor
MainLayout.razor or App.razor:
<MudThemeProvider/>
<MudPopoverProvider/>
<MudDialogProvider/>
<MudSnackbarProvider/>
HTML head section (index.html/_Layout.cshtml/_Host.cshtml/App.razor):
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<link href="_content/MudBlazor/MudBlazor.min.css" rel="stylesheet" />
The default Blazor script at the end of the body:
<script src="_content/MudBlazor/MudBlazor.min.js"></script>
Program.cs:
using MudBlazor.Services;
builder.Services.AddMudServices();
Example Usage
<MudText Typo="Typo.h6">
MudBlazor is @Text
</MudText>
<MudButton Variant="Variant.Filled"
Color="Color.Primary"
OnClick="ButtonOnClick">
@ButtonText
</MudButton>
@code {
string Text { get; set; } = "????";
string ButtonText { get; set; } = "Click Me";
int ClickCount { get; set; }
void ButtonOnClick()
{
ClickCount += 1;
Text = $"Awesome x {ClickCount}";
ButtonText = "Click Me Again";
}
}
For more details, see the complete installation guide on our website.
π€ Contributing
Contributions from the community are what makes MudBlazor successful.
Whether it's fixing bugs, adding features, or improving documentation, everything counts.
π¬ Feel free to chat with us on Discord to get feedback before diving in.
π Check out our contribution guidelines to get started and learn more about how the project works.
β
If a PR fixes something you reported, locally test a preview version to ensure your app works as expected.
βοΈ Version Support
| MudBlazor | .NET | Support |
|---|---|---|
| 5.x.x | .NET 5 | Ended (Jan 2022) |
| 6.x.x | .NET 6, .NET 7, .NET 8 | Ended (Jan 2025) |
| 7.x.x | .NET 7, .NET 8 | Limited Support |
| 8.x.x | .NET 8, .NET 9 | βοΈ Full Support |
Upgrading? Check our Migration Guide for help with breaking changes.
- Static rendering is not supported - Learn more.
- Use an up-to-date browser - Blazor supported platforms.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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 is compatible. 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. |
-
net8.0
- Microsoft.AspNetCore.Components (>= 8.0.12)
- Microsoft.AspNetCore.Components.Web (>= 8.0.12)
- Microsoft.Extensions.Localization (>= 8.0.12)
-
net9.0
- Microsoft.AspNetCore.Components (>= 9.0.1)
- Microsoft.AspNetCore.Components.Web (>= 9.0.1)
- Microsoft.Extensions.Localization (>= 9.0.1)
NuGet packages (244)
Showing the top 5 NuGet packages that depend on MudBlazor:
| Package | Downloads |
|---|---|
|
MudBlazor.ThemeManager
ThemeManager component for MudBlazor to design, test or do live changes to Mudblazor themes. |
|
|
CodeBeam.MudBlazor.Extensions
MudBlazor extension components from contributors. Includes 30+ components and utilities. |
|
|
MudBlazor.Markdown
Markdown component for MudBlazor (https://mudblazor.com/) |
|
|
FenixAlliance.ACL.Dependencies
Application Component for the Alliance Business Suite. |
|
|
Blauhaus.EVACS.Admin.Blazor
Package Description |
GitHub repositories (66)
Showing the top 20 popular GitHub repositories that depend on MudBlazor:
| Repository | Stars |
|---|---|
|
RayWangQvQ/BiliBiliToolPro
B η«οΌbilibiliοΌθͺε¨δ»»ε‘ε·₯ε
·οΌζ―ζdockerγιιΎγk8sηε€η§ι¨η½²ζΉεΌγζζθδΉθ½η¨γ
|
|
|
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 9 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
|
|
|
kurrent-io/KurrentDB
KurrentDB is a database that's engineered for modern software applications and event-driven architectures. Its event-native design simplifies data modeling and preserves data integrity while the integrated streaming engine solves distributed messaging challenges and ensures data consistency.
|
|
|
dotnet/samples
Sample code referenced by the .NET documentation
|
|
|
fullstackhero/blazor-starter-kit
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
|
|
|
ErsatzTV/ErsatzTV
Open-source platform that transforms your personal media library into live, custom TV channels.
|
|
|
Nethereum/Nethereum
Ethereum .Net cross platform integration library
|
|
|
enkodellc/blazorboilerplate
Blazor Boilerplate / Starter Template with MudBlazor
|
|
|
asynkron/protoactor-dotnet
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
|
|
|
Webreaper/Damselfly
Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection.
|
|
|
abpframework/abp-samples
Sample solutions built with the ABP Framework
|
|
|
neozhu/CleanArchitectureWithBlazorServer
This repository is designed to create an enterprise Blazor Server application that follows the principles of Clean Architecture and implements Blazor Clean Architecture best practices for scalability, maintainability, and testability.
|
|
|
DragoQCC/CrucibleC2
A C# Command & Control framework
|
|
|
TheAxelander/OpenBudgeteer
OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle
|
|
|
Azure-Samples/azure-search-openai-demo-csharp
A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
|
|
|
supabase-community/supabase-csharp
A C# Client library for Supabase
|
|
|
RatScanner/RatScanner
Rat Scanner a helpful tool for Escape from Tarkov.
|
|
|
petabridge/akkadotnet-code-samples
Akka.NET professional reference code samples
|
|
|
CodeBeamOrg/CodeBeam.MudBlazor.Extensions
Useful third party extension components for MudBlazor, from the contributors.
|
|
|
fullstackhero/blazor-wasm-boilerplate
Clean Architecture Boilerplate Template for .NET 6.0 Blazor WebAssembly built for FSH WebAPI with the goodness of MudBlazor Components.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 8.14.0 | 1,160 | 11/5/2025 |
| 8.13.0 | 191,633 | 10/1/2025 |
| 8.12.0 | 383,725 | 9/2/2025 |
| 8.11.0 | 308,505 | 8/4/2025 |
| 8.10.0 | 186,773 | 7/19/2025 |
| 8.9.0 | 203,066 | 7/1/2025 |
| 8.8.0 | 179,740 | 6/17/2025 |
| 8.7.0 | 325,744 | 5/30/2025 |
| 8.6.0 | 509,881 | 4/29/2025 |
| 8.5.1 | 388,868 | 3/31/2025 |
| 8.5.0 | 34,344 | 3/30/2025 |
| 8.3.0 | 394,113 | 2/23/2025 |
| 8.2.0 | 351,956 | 2/1/2025 |
| 8.0.0 | 405,514 | 1/18/2025 |
| 8.0.0-rc.2 | 6,824 | 1/9/2025 |
| 8.0.0-preview.7 | 5,140 | 12/26/2024 |
| 8.0.0-preview.6 | 2,725 | 12/17/2024 |
| 8.0.0-preview.5 | 9,822 | 11/22/2024 |
| 8.0.0-preview.4 | 12,430 | 10/30/2024 |
| 8.0.0-preview.3 | 809 | 10/28/2024 |
| 8.0.0-preview.2 | 840 | 10/22/2024 |
| 8.0.0-preview.1 | 2,592 | 10/13/2024 |
| 7.16.0 | 212,471 | 1/17/2025 |
| 7.15.0 | 915,876 | 10/29/2024 |
| 7.14.0 | 147,578 | 10/22/2024 |
| 7.13.0 | 164,956 | 10/17/2024 |
| 7.12.1 | 39,441 | 10/14/2024 |
| 7.12.0 | 11,951 | 10/14/2024 |
| 7.11.0 | 26,683 | 10/12/2024 |
| 7.10.0 | 20,359 | 10/11/2024 |
| 7.9.0 | 26,489 | 10/10/2024 |
| 7.8.0 | 455,817 | 9/6/2024 |
| 7.7.0 | 73,250 | 9/2/2024 |
| 7.6.0 | 344,035 | 8/6/2024 |
| 7.5.0 | 72,875 | 7/31/2024 |
| 7.4.0 | 83,398 | 7/23/2024 |
| 7.3.0 | 119,877 | 7/17/2024 |
| 7.2.0 | 31,293 | 7/15/2024 |
| 7.1.1 | 29,166 | 7/11/2024 |
| 7.1.0 | 16,019 | 7/10/2024 |
| 7.0.0 | 137,472 | 6/29/2024 |
| 7.0.0-rc.2 | 4,787 | 6/21/2024 |
| 7.0.0-rc.1 | 19,142 | 6/10/2024 |
| 7.0.0-preview.4 | 4,369 | 5/27/2024 |
| 7.0.0-preview.3 | 5,355 | 5/14/2024 |
| 7.0.0-preview.2 | 881 | 5/9/2024 |
| 7.0.0-preview.1 | 3,058 | 5/1/2024 |
| 6.21.0 | 458,314 | 7/6/2024 |
| 6.20.0 | 684,787 | 6/3/2024 |
| 6.19.1 | 1,095,642 | 3/22/2024 |
| 6.19.0 | 8,484 | 3/22/2024 |
| 6.18.0 | 54,766 | 3/20/2024 |
| 6.17.0 | 250,766 | 3/4/2024 |
| 6.16.0 | 225,527 | 2/19/2024 |
| 6.15.0 | 355,523 | 1/30/2024 |
| 6.14.0 | 127,869 | 1/22/2024 |
| 6.12.0 | 375,798 | 1/2/2024 |
| 6.11.2 | 253,929 | 12/18/2023 |
| 6.11.1 | 376,782 | 11/21/2023 |
| 6.11.0 | 537,023 | 10/8/2023 |
| 6.10.0 | 225,920 | 9/14/2023 |
| 6.9.0 | 240,773 | 8/18/2023 |
| 6.8.0 | 191,109 | 8/2/2023 |
| 6.7.0 | 328,737 | 7/10/2023 |
| 6.6.0 | 88,815 | 6/29/2023 |
| 6.5.0 | 61,591 | 6/24/2023 |
| 6.4.1 | 142,312 | 6/8/2023 |
| 6.4.0 | 9,522 | 6/7/2023 |
| 6.3.1 | 94,264 | 5/27/2023 |
| 6.3.0 | 58,958 | 5/24/2023 |
| 6.2.5 | 65,693 | 5/17/2023 |
| 6.2.3 | 151,040 | 5/3/2023 |
| 6.2.2 | 236,627 | 4/13/2023 |
| 6.2.1 | 53,679 | 4/12/2023 |
| 6.2.1-dev3 | 2,425 | 4/4/2023 |
| 6.2.1-dev2 | 1,911 | 3/30/2023 |
| 6.2.0 | 337,836 | 3/15/2023 |
| 6.1.10-dev1 | 4,007 | 3/2/2023 |
| 6.1.9 | 447,126 | 2/15/2023 |
| 6.1.8 | 201,699 | 1/27/2023 |
| 6.1.7 | 264,276 | 1/2/2023 |
| 6.1.6 | 81,684 | 12/18/2022 |
| 6.1.5 | 74,191 | 12/11/2022 |
| 6.1.4 | 77,476 | 12/5/2022 |
| 6.1.3-dev.1 | 2,687 | 11/22/2022 |
| 6.1.2 | 233,419 | 11/14/2022 |
| 6.1.0 | 73,332 | 11/13/2022 |
| 6.0.19-dev3 | 1,813 | 11/11/2022 |
| 6.0.19-dev1 | 2,709 | 11/10/2022 |
| 6.0.18 | 66,054 | 11/9/2022 |
| 6.0.17 | 218,254 | 10/10/2022 |
| 6.0.17-dev.1 | 4,166 | 9/22/2022 |
| 6.0.16 | 166,863 | 9/21/2022 |
| 6.0.15 | 285,197 | 8/31/2022 |
| 6.0.14 | 324,500 | 7/28/2022 |
| 6.0.13 | 108,075 | 7/26/2022 |
| 6.0.12 | 124,959 | 7/18/2022 |
| 6.0.11 | 264,849 | 7/1/2022 |
| 6.0.11-dev.4 | 7,626 | 5/30/2022 |
| 6.0.11-dev.3 | 1,459 | 5/24/2022 |
| 6.0.11-dev.2 | 652 | 5/21/2022 |
| 6.0.11-dev.1 | 966 | 5/20/2022 |
| 6.0.10 | 824,562 | 5/3/2022 |
| 6.0.10-dev.5 | 1,052 | 4/24/2022 |
| 6.0.10-dev.4 | 809 | 4/21/2022 |
| 6.0.10-dev.3 | 2,124 | 4/19/2022 |
| 6.0.10-dev.2 | 2,035 | 4/6/2022 |
| 6.0.10-dev.1 | 472 | 4/5/2022 |
| 6.0.9 | 253,452 | 3/29/2022 |
| 6.0.8 | 14,258 | 3/27/2022 |
| 6.0.7 | 289,766 | 2/25/2022 |
| 6.0.6 | 482,166 | 2/3/2022 |
| 6.0.5 | 86,187 | 1/17/2022 |
| 6.0.4 | 35,423 | 1/3/2022 |
| 6.0.3 | 4,095 | 12/31/2021 |
| 6.0.2 | 252,080 | 11/9/2021 |
| 5.2.5 | 28,045 | 9/29/2022 |
| 5.2.4 | 61,892 | 1/7/2022 |
| 5.2.0 | 91,082 | 10/31/2021 |
| 5.1.5 | 90,410 | 9/27/2021 |
| 5.1.4 | 59,195 | 9/13/2021 |
| 5.1.3 | 27,690 | 9/6/2021 |
| 5.1.2 | 22,172 | 8/24/2021 |
| 5.1.1 | 11,571 | 8/20/2021 |
| 5.1.0 | 79,046 | 7/27/2021 |
| 5.0.15 | 56,366 | 6/28/2021 |
| 5.0.14 | 44,037 | 6/21/2021 |
| 5.0.13 | 14,653 | 6/15/2021 |
| 5.0.11 | 16,087 | 6/7/2021 |
| 5.0.10 | 20,963 | 5/24/2021 |
| 5.0.9 | 21,089 | 5/17/2021 |
| 5.0.8 | 21,484 | 4/25/2021 |
| 5.0.7 | 32,110 | 3/29/2021 |
| 5.0.6 | 16,593 | 3/16/2021 |
| 5.0.5 | 14,360 | 3/8/2021 |
| 5.0.3 | 12,160 | 3/1/2021 |
| 5.0.2 | 7,190 | 2/21/2021 |
| 5.0.1 | 10,638 | 2/10/2021 |
| 5.0.0 | 8,434 | 2/6/2021 |
| 2.0.7 | 54,082 | 3/29/2021 |
| 2.0.6 | 4,240 | 3/16/2021 |
| 2.0.5 | 2,886 | 3/8/2021 |
| 2.0.4 | 2,314 | 3/8/2021 |
| 2.0.3 | 2,323 | 3/1/2021 |
| 2.0.2 | 2,471 | 2/21/2021 |
| 2.0.0 | 7,860 | 2/5/2021 |
| 1.2.4 | 14,588 | 12/30/2020 |
| 1.2.1 | 4,374 | 12/17/2020 |
| 1.2.0 | 3,430 | 12/7/2020 |
| 1.1.5 | 4,432 | 11/29/2020 |
| 1.1.4 | 2,743 | 11/23/2020 |
| 1.1.3 | 9,571 | 11/16/2020 |
| 1.1.2 | 2,286 | 11/11/2020 |
| 1.1.1 | 2,347 | 11/5/2020 |
| 1.1.0 | 2,161 | 11/2/2020 |
| 1.0.9 | 2,338 | 10/26/2020 |
| 1.0.8 | 2,178 | 10/23/2020 |
| 1.0.7 | 2,076 | 10/18/2020 |
| 1.0.6 | 2,030 | 10/11/2020 |
| 1.0.5 | 2,132 | 10/8/2020 |
| 1.0.4 | 2,096 | 10/2/2020 |
| 1.0.3 | 2,220 | 9/20/2020 |
| 1.0.2 | 2,188 | 9/20/2020 |
| 1.0.1 | 2,103 | 9/11/2020 |
| 1.0.0 | 18,106 | 9/11/2020 |