Skip to content

Commit 18eca5c

Browse files
authored
Update the readme content
1 parent da9e241 commit 18eca5c

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
# blazor-mention-integration-with-rich-text-editor
1+
# Integrate Blazor Mention Component with Rich Text Editor
2+
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.
3+
4+
## Project pre-requisites
5+
6+
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.
7+
8+
## How to run this application?
9+
10+
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.
11+
12+
## See also
13+
14+
* [Online examples](https://blazor.syncfusion.com/demos/rich-text-editor/mention-integration?theme=fluent)
15+
* [Documentation](https://blazor.syncfusion.com/documentation/rich-text-editor/getting-started)

0 commit comments

Comments
 (0)