Material Design components for Blazor MudBlazor is an ambitious Material Design component framework for Blazor with an emphasis on ease of use and clear structure. It is perfect for .NET…

Material Design components for Blazor
!GitHub Workflow Status          MudBlazor is an ambitious Material Design component framework for Blazor with an emphasis on ease of use and clear structure. It is perfect for .NET developers who want to rapidly build web applications without having to struggle with CSS and Javascript. MudBlazor, being written entirely in C#, empowers you to adapt, fix or extend the framework. There are plenty of examples in the documentation, which makes understanding and learning MudBlazor very easy.
🌐 Documentation ⚡ Interactive Playground
💎 Why Choose MudBlazor?
- Clean and aesthetic graphic design based on Material Design.
- Clear and easy to understand structure.
- Good documentation with many examples and source snippets.
- All components are written entirely in C#, no JavaScript allowed (except where absolutely necessary).
- Users can make beautiful apps without needing CSS (but they can of course use CSS too).
- No dependencies on other component libraries, 100% control over components and features.
- Stability! We strive for a complete test coverage.
- Releasing often so developers can get their PRs and fixes in a timely fashion.
📊 Repo Stats
🚀 Getting Started
See the installation guide to get started.
Example Usage
razor
MudBlazor is @Text
@ButtonText
@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";
}
}
🤝 Contributing
Contributions from the community are what make MudBlazor successful.
💬 Feel free to chat with us on Discord to get feedback before diving in.
📚 Check out our [contribution guidelines](/CONTRIBUTING.md) to get started and learn more about how the project works.
🧪 If a PR fixes something you reported, locally test it 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 | Ended Jan 2026 |
| 8.x.x | .NET 8, .NET 9 | Limited Support |
| 9.x.x | .NET 8, .NET 9, .NET 10 | ✅ Full Support |
> [!NOTE]
> 1. Upgrading? Check our Migration Guide for help with breaking changes.
> 2. Static rendering is not supported. Learn more
> 3. Use an up-to-date browser. Blazor supported platforms
> 4. Want to test the latest features? Learn about our nightly builds!
-
MudBlazor
Blazor Component Library based on Material Design principles. Do more with Blazor, utilizing CSS and keeping JavaScript to a bare minimum.
C# ★ 10k 11h agoExplain → -
Templates
Ready-to-use templates for MudBlazor in different styles and layouts with all the basic setup already done for you
HTML ★ 899 2mo agoExplain → -
ThemeManager
ThemeManager built to showcase MudBlazor theming.
C# ★ 284 3mo agoExplain → -
TryMudBlazor
A playground for trying out and testing MudBlazor components entirely in the browser.
C# ★ 99 23d agoExplain → -
Translations
Crowdsourced translations for the MudBlazor component library.
HTML ★ 37 1mo agoExplain → -
MudBlazor.Icons
Official Material Icon & Symbols pack for MudBlazor.
C# ★ 28 2d agoExplain → -
Workflows
A collection of GitHub workflows used within MudBlazor Organization
★ 3 7mo agoExplain → -
AspNetCore.SassCompiler ⑂ ▣
Sass Compiler Library for .NET Core 3.1/5.x/6.x/7.x without node, using dart-sass as a compiler
C# ★ 2 1y agoExplain → -
JSCompiler ▣
No description.
C# ★ 0 1y agoExplain →
No repos match these filters.