Rich Text Editor
A powerful WYSIWYG editor component for creating formatted content with a professional toolbar.
Use this example to explore default behavior, customization points, and accessibility-friendly patterns in a real Blazor page.
Live Demo
MgRichTextEditorAPI Reference
| Property | Type | Default | Description |
|---|---|---|---|
| Value | string | "" | The HTML content of the editor (bindable). |
| ValueChanged | EventCallback<string> | - | Triggered when the content changes. |