Substantive.SubstantiveBlazor.Extensions 9.1.0-build20251202r2
Extensions is a third-party library to enhance the existing library MudBlazor with more components.
List of Components / Extensions
CodeBeam MudExtensions
CodeBeam.MudExtensions is a third party extension components for MudBlazor.
Code: https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions Docs: https://codebeam-mudextensions.pages.dev
Installation
Add the following into <head> section of wwwroot/index.html.
<link href="_content/CodeBeam.MudBlazor.Extensions/MudExtensions.min.css" rel="stylesheet" />
Add the following to your <body> section
<script src="_content/CodeBeam.MudBlazor.Extensions/MudExtensions.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.Services;
builder.Services.AddMudExtensions();
MudFormGenerator
No packages depend on Substantive.SubstantiveBlazor.Extensions.
.NET 10.0
- CodeBeam.MudBlazor.Extensions (>= 8.3.0)
| Version | Downloads | Last updated |
|---|---|---|
| 9.1.0-build20251202R2 | 2 | 12/02/2025 |