Blazor Rich Text Editor Example - Custom Emoticons
This sample shows how to add an emoticons chooser toolbar item to the Toolbar of the Rich Text Editor. Click the 🙂 icon in the Toolbar to view the list of custom emoticons and select the emoticon to be inserted in the editor.
The Rich Text Editor allows you to configure custom commands to its Toolbar using the Items property of RichTextEditorToolbarSettings. The custom command toolbar item appearance can be configured using RichTextEditorCustomToolbarItems within RichTextEditorToolbarSettings.