![]() |
VOOZH | about |
dotnet add package Syncfusion.Blazor.RichTextEditor --version 33.2.13
NuGet\Install-Package Syncfusion.Blazor.RichTextEditor -Version 33.2.13
<PackageReference Include="Syncfusion.Blazor.RichTextEditor" Version="33.2.13" />
<PackageVersion Include="Syncfusion.Blazor.RichTextEditor" Version="33.2.13" />Directory.Packages.props
<PackageReference Include="Syncfusion.Blazor.RichTextEditor" />Project file
paket add Syncfusion.Blazor.RichTextEditor --version 33.2.13
#r "nuget: Syncfusion.Blazor.RichTextEditor, 33.2.13"
#:package Syncfusion.Blazor.RichTextEditor@33.2.13
#addin nuget:?package=Syncfusion.Blazor.RichTextEditor&version=33.2.13Install as a Cake Addin
#tool nuget:?package=Syncfusion.Blazor.RichTextEditor&version=33.2.13Install as a Cake Tool
Feature-rich WYSIWYG HTML and Markdown editor for creating and formatting rich content in Blazor applications.
The Blazor Rich Text Editor is a powerful WYSIWYG editor for creating blogs, forum posts, notes, comments, messaging applications, and support tickets. It provides comprehensive formatting tools, supports both HTML and Markdown modes, and returns valid markup for seamless content integration.
Components/App.razor or App.razor file.wwwroot/index.html file.<link href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
Program.cs file.using Syncfusion.Blazor;
builder.Services.AddSyncfusionBlazor();
@using Syncfusion.Blazor.RichTextEditor
<SfRichTextEditor Placeholder="Start Typing...">
<RichTextEditorToolbarSettings Items="@tools" />
</SfRichTextEditor>
@code {
private List<ToolbarItemModel> tools = new List<ToolbarItemModel>()
{
new ToolbarItemModel() { Command = ToolbarCommand.Bold },
new ToolbarItemModel() { Command = ToolbarCommand.Italic },
new ToolbarItemModel() { Command = ToolbarCommand.Underline },
new ToolbarItemModel() { Command = ToolbarCommand.Separator },
new ToolbarItemModel() { Command = ToolbarCommand.Formats },
new ToolbarItemModel() { Command = ToolbarCommand.Alignments },
new ToolbarItemModel() { Command = ToolbarCommand.OrderedList },
new ToolbarItemModel() { Command = ToolbarCommand.UnorderedList },
new ToolbarItemModel() { Command = ToolbarCommand.Separator },
new ToolbarItemModel() { Command = ToolbarCommand.CreateLink },
new ToolbarItemModel() { Command = ToolbarCommand.Image },
new ToolbarItemModel() { Command = ToolbarCommand.Separator },
new ToolbarItemModel() { Command = ToolbarCommand.Undo },
new ToolbarItemModel() { Command = ToolbarCommand.Redo }
};
}
Configure toolbar with specific tools:
@using Syncfusion.Blazor.RichTextEditor
<SfRichTextEditor @bind-Value="@content">
<RichTextEditorToolbarSettings Items="@tools" />
</SfRichTextEditor>
@code {
private string content = "<p>Start typing...</p>";
private List<ToolbarItemModel> tools = new List<ToolbarItemModel>()
{
new ToolbarItemModel() { Command = ToolbarCommand.Bold },
new ToolbarItemModel() { Command = ToolbarCommand.Italic },
new ToolbarItemModel() { Command = ToolbarCommand.Underline },
new ToolbarItemModel() { Command = ToolbarCommand.Separator },
new ToolbarItemModel() { Command = ToolbarCommand.Formats },
new ToolbarItemModel() { Command = ToolbarCommand.Alignments },
new ToolbarItemModel() { Command = ToolbarCommand.OrderedList },
new ToolbarItemModel() { Command = ToolbarCommand.UnorderedList },
new ToolbarItemModel() { Command = ToolbarCommand.Separator },
new ToolbarItemModel() { Command = ToolbarCommand.CreateLink },
new ToolbarItemModel() { Command = ToolbarCommand.Image },
new ToolbarItemModel() { Command = ToolbarCommand.Separator },
new ToolbarItemModel() { Command = ToolbarCommand.Undo },
new ToolbarItemModel() { Command = ToolbarCommand.Redo }
};
}
Enable Markdown editing:
@using Syncfusion.Blazor.RichTextEditor
<SfRichTextEditor EditorMode="EditorMode.Markdown" @bind-Value="@markdownContent">
<RichTextEditorToolbarSettings Items="@markdownTools" />
</SfRichTextEditor>
@code {
private string markdownContent = "# Hello Markdown\n\nThis is **bold** and this is *italic*.";
private List<ToolbarItemModel> markdownTools = new List<ToolbarItemModel>()
{
new ToolbarItemModel() { Command = ToolbarCommand.Bold },
new ToolbarItemModel() { Command = ToolbarCommand.Italic },
new ToolbarItemModel() { Command = ToolbarCommand.StrikeThrough },
new ToolbarItemModel() { Command = ToolbarCommand.Separator },
new ToolbarItemModel() { Command = ToolbarCommand.Formats },
new ToolbarItemModel() { Command = ToolbarCommand.OrderedList },
new ToolbarItemModel() { Command = ToolbarCommand.UnorderedList },
new ToolbarItemModel() { Command = ToolbarCommand.Separator },
new ToolbarItemModel() { Command = ToolbarCommand.CreateLink },
new ToolbarItemModel() { Command = ToolbarCommand.Image }
};
}
This is a commercial product and requires a paid license for use.
Syncfusion® is a provider of enterprise software components and frameworks. We offer 1600+ components and frameworks for web (Blazor, ASP.NET Core, ASP.NET MVC, ASP.NET WebForms, JavaScript, Angular, React, Vue, and Flutter), mobile (Flutter and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI, and Flutter).
| www.syncfusion.com | 1-888-9-DOTNET
| 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 5 NuGet packages that depend on Syncfusion.Blazor.RichTextEditor:
| Package | Downloads |
|---|---|
|
Syncfusion.Blazor.InPlaceEditor
Provides a Syncfusion® Blazor In-Place Editor component for inline and popup editing scenarios. Supports multiple input types including TextBox, Dropdown, DatePicker, and Rich Text Editor. Optimized for seamless integration in both Blazor Server and Blazor WebAssembly applications. |
|
|
Syncfusion.Blazor.Gantt
This package contains the Syncfusion® Blazor Gantt component. |
|
|
CyberFrameword10_V2
CyberFrameword10_V2 |
|
|
Recrovit.RecroGridFramework.Client.Blazor.SyncfusionUI
RecroGrid Framework Blazor UI. |
|
|
IdentitySuite
A ready-to-use OpenId Connect Server based on Openiddict with Microsoft Identity and a comprehensive management shell. |
Showing the top 1 popular GitHub repositories that depend on Syncfusion.Blazor.RichTextEditor:
| Repository | Stars |
|---|---|
| bhrugen/TangyBlazor |
| Version | Downloads | Last Updated |
|---|---|---|
| 33.2.13 | 589 | 6/16/2026 |
| 33.2.12 | 4,017 | 6/9/2026 |
| 33.2.10 | 3,164 | 6/2/2026 |
| 33.2.8 | 2,916 | 5/26/2026 |
| 33.2.7 | 2,812 | 5/19/2026 |
| 33.2.6 | 4,764 | 5/12/2026 |
| 33.2.5 | 6,866 | 5/4/2026 |
| 33.2.4 | 5,884 | 4/27/2026 |
| 33.2.3 | 10,332 | 4/21/2026 |
| 33.1.49 | 7,430 | 4/13/2026 |
| 33.1.47 | 8,937 | 4/6/2026 |
| 33.1.46 | 3,029 | 3/30/2026 |
| 33.1.45 | 4,509 | 3/23/2026 |
| 33.1.44 | 9,384 | 3/16/2026 |
| 32.2.9 | 8,552 | 3/9/2026 |
| 32.2.8 | 5,225 | 3/2/2026 |
| 32.2.7 | 6,629 | 2/23/2026 |
| 32.2.5 | 3,914 | 2/16/2026 |
| 32.2.4 | 5,335 | 2/10/2026 |
| 32.2.3 | 7,956 | 2/5/2026 |