MudExRichTextEditor 8.0.0-prev-1
See the version list below for details.
dotnet add package MudExRichTextEditor --version 8.0.0-prev-1
NuGet\Install-Package MudExRichTextEditor -Version 8.0.0-prev-1
<PackageReference Include="MudExRichTextEditor" Version="8.0.0-prev-1" />
<PackageVersion Include="MudExRichTextEditor" Version="8.0.0-prev-1" />
<PackageReference Include="MudExRichTextEditor" />
paket add MudExRichTextEditor --version 8.0.0-prev-1
#r "nuget: MudExRichTextEditor, 8.0.0-prev-1"
#:package MudExRichTextEditor@8.0.0-prev-1
#addin nuget:?package=MudExRichTextEditor&version=8.0.0-prev-1&prerelease
#tool nuget:?package=MudExRichTextEditor&version=8.0.0-prev-1&prerelease
MudExRichTextEditor
MudExRichTextEditor is a custom reusable control that allows us to easily consume Quill combining in a MudBlazor project Features with MudBlazor Theme Support. This compnent also works without a MudBlazor Project:
- Exports editor contents in Text, HTML, and Quill’s native Delta format
- Allows value binding
- Provides a read only mode, suitable for displaying Quill’s native Delta format
- Allows custom toolbars to be defined
- Allows custom themes
- Has an inline editor mode that also allows custom toolbars
What is Quill?
Quill is a free, open source WYSIWYG editor built for the modern web. With its modular architecture and expressive API, it is completely customizable to fit any need.

How to use
- Install the NuGet package MudExRichTextEditor
Add the following line to your _Imports.razor file
@using MudExRichTextEditor
And this is enough now you can simply use the component in your pages
@page "/"
<MudCheckBox Label="Read only" @bind-Checked="_readOnly" />
<MudExRichTextEdit @ref="@Editor"
ReadOnly="@_readOnly"
Height="444"
Class="m-2"
Placeholder="Edit html">
</MudExRichTextEdit>
@code {
bool _readOnly = false;
MudExRichTextEdit Editor;
}
| 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
- BlazorJS (>= 2.2.0)
- MudBlazor.Extensions (>= 8.0.0-prev-2501131732-mudblazor-8)
-
net9.0
- BlazorJS (>= 2.2.0)
- MudBlazor.Extensions (>= 8.0.0-prev-2501131732-mudblazor-8)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on MudExRichTextEditor:
| Package | Downloads |
|---|---|
|
AMS-Utl
Package Description |
|
|
AonBlzrDevOps
Package Description |
|
|
MudraX.Blazor.Core
MudraX Blazor Core Library |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 9.4.0 | 3,301 | 4/30/2026 |
| 9.0.0 | 10,451 | 3/1/2026 |
| 8.14.0 | 25,893 | 11/9/2025 |
| 8.13.0 | 4,528 | 10/14/2025 |
| 8.12.0 | 4,022 | 9/9/2025 |
| 8.11.1 | 1,117 | 8/31/2025 |
| 8.11.0 | 441 | 8/30/2025 |
| 8.5.2 | 35,658 | 4/23/2025 |
| 8.0.3 | 7,865 | 3/27/2025 |
| 8.0.2 | 873 | 3/24/2025 |
| 8.0.1 | 10,271 | 2/11/2025 |
| 8.0.0 | 6,220 | 1/19/2025 |
| 8.0.0-prev-1 | 189 | 1/13/2025 |
| 2.0.2 | 6,786 | 11/18/2024 |
| 2.0.1 | 355 | 11/17/2024 |
| 2.0.0 | 359 | 11/17/2024 |
| 1.0.9 | 22,182 | 5/20/2024 |
| 1.0.8 | 528 | 5/19/2024 |
| 1.0.7 | 611 | 4/30/2024 |
| 1.0.6 | 5,119 | 3/22/2024 |