![]() |
VOOZH | about |
dotnet add package MudExRichTextEditor --version 9.4.0
NuGet\Install-Package MudExRichTextEditor -Version 9.4.0
<PackageReference Include="MudExRichTextEditor" Version="9.4.0" />
<PackageVersion Include="MudExRichTextEditor" Version="9.4.0" />Directory.Packages.props
<PackageReference Include="MudExRichTextEditor" />Project file
paket add MudExRichTextEditor --version 9.4.0
#r "nuget: MudExRichTextEditor, 9.4.0"
#:package MudExRichTextEditor@9.4.0
#addin nuget:?package=MudExRichTextEditor&version=9.4.0Install as a Cake Addin
#tool nuget:?package=MudExRichTextEditor&version=9.4.0Install as a Cake Tool
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:
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.
Images inserted in the editor (including from attachments) can be resized directly by clicking on them. Resize handles will appear at the corners, allowing you to drag and adjust the image size. This feature is enabled by default in the Standard and Full presets via the QuillBlotFormatterModule.
To enable image resizing in custom configurations, include the QuillBlotFormatterModule:
@using MudExRichTextEditor.Extensibility
<MudExRichTextEdit Modules="@_modules" />
@code {
private IQuillModule[] _modules = [
new QuillBlotFormatterModule(),
// other modules...
];
}
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 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
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 |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 9.4.0 | 7,271 | 4/30/2026 |
| 9.0.0 | 11,064 | 3/1/2026 |
| 8.14.0 | 26,699 | 11/9/2025 |
| 8.13.0 | 4,613 | 10/14/2025 |
| 8.12.0 | 4,140 | 9/9/2025 |
| 8.11.1 | 1,120 | 8/31/2025 |
| 8.11.0 | 460 | 8/30/2025 |
| 8.5.2 | 36,343 | 4/23/2025 |
| 8.0.3 | 8,020 | 3/27/2025 |
| 8.0.2 | 879 | 3/24/2025 |
| 8.0.1 | 10,466 | 2/11/2025 |
| 8.0.0 | 6,418 | 1/19/2025 |
| 8.0.0-prev-1 | 191 | 1/13/2025 |
| 2.0.2 | 6,882 | 11/18/2024 |
| 2.0.1 | 358 | 11/17/2024 |
| 2.0.0 | 361 | 11/17/2024 |
| 1.0.9 | 22,774 | 5/20/2024 |
| 1.0.8 | 534 | 5/19/2024 |
| 1.0.7 | 615 | 4/30/2024 |
| 1.0.6 | 5,238 | 3/22/2024 |