Zonit.Extensions.Website.MudBlazor
10.0.0-preview.9
This is a prerelease version of Zonit.Extensions.Website.MudBlazor.
dotnet add package Zonit.Extensions.Website.MudBlazor --version 10.0.0-preview.9
NuGet\Install-Package Zonit.Extensions.Website.MudBlazor -Version 10.0.0-preview.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Zonit.Extensions.Website.MudBlazor" Version="10.0.0-preview.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Zonit.Extensions.Website.MudBlazor" Version="10.0.0-preview.9" />
<PackageReference Include="Zonit.Extensions.Website.MudBlazor" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Zonit.Extensions.Website.MudBlazor --version 10.0.0-preview.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Zonit.Extensions.Website.MudBlazor, 10.0.0-preview.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Zonit.Extensions.Website.MudBlazor@10.0.0-preview.9
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Zonit.Extensions.Website.MudBlazor&version=10.0.0-preview.9&prerelease
#tool nuget:?package=Zonit.Extensions.Website.MudBlazor&version=10.0.0-preview.9&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Zonit.Extensions.Website.MudBlazor
MudBlazor field components that bind to Zonit value objects with automatic conversion, validation and error surfacing — AOT and trim friendly.
dotnet add package Zonit.Extensions.Website.MudBlazor
What you get
ZonitTextField<T>— MudTextField wrapper with a built-in VO converter and exception-aware validation.ZonitTextArea<T>— multiline counterpart for longer content.
Supported VOs: Title, Description, Content, UrlSlug, Url, Culture.
Usage
@using Zonit.Extensions.MudBlazor
<EditForm Model="@_model" OnValidSubmit="Save">
<DataAnnotationsValidator />
<ZonitTextField @bind-Value="_model.Title" Label="Title" />
<ZonitTextField @bind-Value="_model.Slug" Label="URL slug" />
<ZonitTextField @bind-Value="_model.HomeUrl" Label="Homepage" />
<ZonitTextArea @bind-Value="_model.Description" Label="Description" />
<MudButton ButtonType="ButtonType.Submit" Color="Color.Primary">Save</MudButton>
</EditForm>
The generic type parameter is inferred from @bind-Value. Construction errors thrown by the VO (e.g. invalid URL) are caught and rendered as MudBlazor validation messages.
License
MIT.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- MudBlazor (>= 9.4.0)
- Zonit.Extensions (>= 10.0.0-preview.9)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.0-preview.9 | 48 | 5/16/2026 |
| 10.0.0-preview.6 | 43 | 5/15/2026 |
| 10.0.0-preview.2 | 51 | 5/12/2026 |
| 10.0.0-preview.1 | 57 | 5/8/2026 |
| 0.2.12 | 76 | 5/8/2026 |
| 0.2.11 | 69 | 4/19/2026 |
| 0.2.10 | 88 | 1/22/2026 |
| 0.2.9 | 83 | 1/21/2026 |
| 0.2.8 | 86 | 1/21/2026 |
| 0.2.7 | 78 | 1/16/2026 |
| 0.2.6 | 78 | 1/15/2026 |
| 0.2.4 | 124 | 1/15/2026 |
| 0.2.3 | 122 | 1/15/2026 |