Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1.1 KB

File metadata and controls

15 lines (9 loc) · 1.1 KB

Integrate Blazor Mention Component with Rich Text Editor

Blazor Rich Text Editor allows users to easily integrate our Blazor Mention component to display a suggestion list of items that users can select or tag. When the user types the @ character in the editor, the suggestion list will appear, and the user can select or tag a value from it. This can be a useful feature for applications that need to support tagging or mentioning other users or items within the content being edited.

Project pre-requisites

Make sure that you have the compatible versions of Visual Studio and .NET SDK version in your machine before starting to work on this project.

How to run this application?

To run this application, you need to first clone the blazor-mention-integration-with-rich-text-editor repository and then open it in Visual Studio 2022. Now, simply build and run your project to view the output.

See also