Blazor Rich Text Editor Example - Default Functionalities
This sample demonstrates the default rendering of the Blazor Rich Text Editor with minimum configuration in a Blazor application.
The WYSIWYG Rich Text Editor is a "what you see is what you get" editor used to create and edit content while returning valid HTML markup. The editor provides a standard toolbar to format content using its commands.
The toolbar contains commands for formatting text, inserting links, inserting images, creating lists, undo/redo operations, HTML view, and more. The commands displayed in the toolbar can be customized by setting the Items property of RichTextEditorToolbarSettings.
See also:
