CodeBeam.MudBlazor.Extensions
9.0.5
dotnet add package CodeBeam.MudBlazor.Extensions --version 9.0.5
NuGet\Install-Package CodeBeam.MudBlazor.Extensions -Version 9.0.5
<PackageReference Include="CodeBeam.MudBlazor.Extensions" Version="9.0.5" />
<PackageVersion Include="CodeBeam.MudBlazor.Extensions" Version="9.0.5" />
<PackageReference Include="CodeBeam.MudBlazor.Extensions" />
paket add CodeBeam.MudBlazor.Extensions --version 9.0.5
#r "nuget: CodeBeam.MudBlazor.Extensions, 9.0.5"
#:package CodeBeam.MudBlazor.Extensions@9.0.5
#addin nuget:?package=CodeBeam.MudBlazor.Extensions&version=9.0.5
#tool nuget:?package=CodeBeam.MudBlazor.Extensions&version=9.0.5
CodeBeam.MudExtensions
Useful third party extension components for MudBlazor, from the community contributors.
TheMudSecondary
Utilities
- MudCssManager
Components
- MudAnimate
- MudBarcode
- MudChipField
- MudCodeInput
- MudCodeViewer
- MudColorProvider
- MudComboBox
- MudCsvMapper
- MudDateWheelPicker
- MudFontPicker
- MudGallery
- MudInputStyler
- MudLoading
- MudLoadingButton
- MudPage
- MudPasswordField
- MudPopup
- MudRangeSlider
- MudScrollbar
- MudSection
- MudSpeedDial
- MudSplitter
- MudSwitchM3
- MudTeleport
- MudTextM3
- MudToggle
- MudTransferList
- MudWatch
- MudWheel
Extended Components
- MudListExtended
- MudSelectExtended
- MudStepperExtended
- MudTextFieldExtended
Playground
- Docs https://mudextensions.codebeam.org/
- Try MudExtensions https://trymudextensions.pages.dev/
Breaking Changes
Look at the Breaking Changes
API
https://mudextensions.codebeam.org/api
Supported MudBlazor Versions
| MudExtensions | MudBlazor | .NET | Support |
|---|---|---|---|
| 6.0.0 - 6.0.3 | 6.0.16 | .NET 6 | Ended |
| 6.0.4 - 6.0.12 | 6.0.17 - 6.0.18 | .NET 6 | Ended |
| 6.1.0 - 6.1.4 | 6.1.0 - 6.1.2 | .NET 6 & 7 | Ended |
| 6.1.5 - 6.1.9 | 6.1.4 - 6.1.7 | .NET 6 & 7 | Ended |
| 6.2.0 - 6.2.5 | 6.1.8 | .NET 6 & 7 | Ended |
| 6.2.6 - 6.4.8 | 6.1.9 - 6.2.0 | .NET 6 & 7 | Ended |
| 6.4.9 - 6.6.x | 6.2.1 - 6.11.1 | .NET 6 & 7 | Ended |
| 6.8.0 - 6.9.2 | 6.12.0 - 6.21.0 | .NET 6 & 7 & 8 | Ended |
| 7.0.0 - 7.1.0 | 7.0.0 - 7.16.0 | .NET 7 & 8 | Ended |
| 8.0.0 ⇒ | 8.0.0 ⇒ | .NET 8 & 9 | Limited |
| 9.0.0 ⇒ | 9.0.0 ⇒ | .NET 8 & 9 & 10 | Full |
Installation
This extension uses MudBlazor features (need to set up MudBlazor if you didn't before), so only need to add this line described below:<br /><br />
Add the following to your HTML head section, it's either index.html or _Layout.cshtml/_Host.cshtml depending on whether you're running Server-Side or WASM.
<link href="_content/CodeBeam.MudBlazor.Extensions/MudExtensions.min.css" rel="stylesheet" />
// For MudCodeViewer component only (needs CodeBeam.MudBlazor.Extensions.Code package)
<link href="_content/CodeBeam.MudBlazor.Extensions.Code/prism/prism.min.css" rel="stylesheet" />
Add the following to your HTML body section
<script src="_content/CodeBeam.MudBlazor.Extensions/MudExtensions.min.js"></script>
// For MudCodeViewer component only (needs CodeBeam.MudBlazor.Extensions.Code package)
<script src="_content/CodeBeam.MudBlazor.Extensions.Code/prism/prism.min.js"></script>
Add the extension services into Program.cs
using MudExtensions.Services;
builder.Services.AddMudExtensions();
Adding namespace to _Imports.razor is not obligatory, but useful.
@using MudExtensions
Examples
Each example is recorded in the playground website.
MudAnimate
MudCodeInput
MudDateWheelPicker
MudFontPicker
MudGallery
MudInputStyler
MudPopup
MudSpeedDial
MudStepper
MudWheel
Contribution
Feel free to contribute.
Updating css / Compiling from scss
- If you update or create an new scss file you will need to uncomment MudBlazor.SassCompiler line in
CodeBeam.MudBlazor.Extensions.csprojotherwise added and changed scss file has no effect on project.
| 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 is compatible. 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. |
NuGet packages (13)
Showing the top 5 NuGet packages that depend on CodeBeam.MudBlazor.Extensions:
| Package | Downloads |
|---|---|
|
Elsa.Studio.Core
Core Elsa Studio services. |
|
|
AMS-Utl
Package Description |
|
|
CodeBeam.MudBlazor.Extensions.Qr
QR (Barcode) Component for MudBlazor and CodeBeam.MudBlazor.Extensions Requires CodeBeam.MudBlazor.Extensions. https://www.nuget.org/packages/CodeBeam.MudBlazor.Extensions |
|
|
Corsinvest.AppHero.Core.MudBlazorUI
Package Description |
|
|
AonBlzrDevOps
Package Description |
GitHub repositories (8)
Showing the top 8 popular GitHub repositories that depend on CodeBeam.MudBlazor.Extensions:
| Repository | Stars |
|---|---|
|
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.
|
|
|
DragoQCC/CrucibleC2
A C# Command & Control framework
|
|
|
MindWorkAI/AI-Studio
MindWork AI Studio is a free, independent cross-platform desktop app for local and cloud LLMs across providers, built to democratize AI access.
|
|
|
CervantesSec/cervantes
Cervantes is an open-source, collaborative platform designed specifically for pentesters and red teams. It serves as a comprehensive management tool, streamlining the organization of projects, clients, vulnerabilities, and reports in a single, centralized location.
|
|
|
JiuLing-zhang/ComputerLock
透明锁屏-锁屏时保持屏幕内容可见!防止误操作,保护隐私。适用于展示、娱乐和安全场景。
|
|
|
elsa-workflows/elsa-studio
A modular, extensible dashboard application framework
|
|
|
pkuehnel/TeslaSolarCharger
A software to let your Tesla charge with solar energy ☀
|
|
|
akpaevj/oneswiss
Система обслуживания и мониторинга информационных баз 1С
|
| Version | Downloads | Last Updated |
|---|---|---|
| 9.0.5 | 3,770 | 4/20/2026 |
| 9.0.4 | 8,123 | 4/8/2026 |
| 9.0.3 | 17,845 | 3/10/2026 |
| 9.0.2 | 48,215 | 3/3/2026 |
| 9.0.1 | 5,719 | 2/23/2026 |
| 9.0.0 | 4,453 | 2/21/2026 |
| 9.0.0-rc.1 | 597 | 2/11/2026 |
| 9.0.0-preview.5 | 1,003 | 1/25/2026 |
| 9.0.0-preview.4 | 85 | 1/23/2026 |
| 9.0.0-preview.3 | 476 | 1/6/2026 |
| 9.0.0-preview.2 | 371 | 1/2/2026 |
| 9.0.0-preview.1 | 316 | 12/26/2025 |
| 8.3.0 | 158,510 | 11/18/2025 |
| 8.2.6 | 2,045 | 11/15/2025 |
| 8.2.5 | 26,065 | 10/28/2025 |
| 8.2.4 | 343,961 | 7/12/2025 |
| 8.2.3 | 29,856 | 6/22/2025 |
| 8.2.2 | 62,390 | 6/8/2025 |
| 8.2.1 | 35,402 | 5/15/2025 |
| 8.2.0 | 24,332 | 5/1/2025 |