DEV Community

Cover image for When You Need a Really Good React Rich Text Editor
Nora Georgieva
Nora Georgieva

Posted on

When You Need a Really Good React Rich Text Editor

Do you need to implement a React Rich Text Editor into your application? If you wonder where to start and how long it would take, you’re right where you need to be.

In the video below, you will see how you can quickly address all your Editor-related questions with the feature-rich, accessible React Editor that is part of the KendoReact UI library. To give you an idea of some of the rich functionality you get out-of-the-box with this WYSIWYG Editor, here’s a short overview:

In the video below, you will see a demo of two of the powerful customization features of the KendoReact Editor:

  • Defining input rules – this allows you to modify the user's input as they're creating it by matching their input with a set of rules you've created using regex.
  • Customizing Editor tools & creating new ones - with this React WYSIWYG Editor, you can decide which tools appear in the toolbar above the panel, as well as make changes to our suite of pre-made tools. You can even create your own.

Companion blog

If you like things in written form, this blog covers the topics discussed in the video: Customizing the React Rich Text Editor: KendoReact Tutorial

Top comments (0)