We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

The React Rich Text Editor is a feature-rich WYSIWYG HTML editor and WYSIWYG Markdown editor. The Rich Text Editor is widely used to create blogs, forum posts, notes sections, support tickets (incidents), comment sections, messaging applications, and more. The control provides an efficient user interface for a better editing experience with mobile support. It has a variety of tools to edit and format rich content and return a valid HTML markup or Markdown (MD) content. It allows users to insert images, links, tables, and lists with modular architectures.


Why choose Syncfusion React Rich Text Editor?

React WYSIWYG editor

WYSIWYG editor

The React Rich Text Editor component can be used as a WYSIWYG HTML editor or a Markdown editor, and it also supports Iframe editing with configurable Iframe characteristics.

User friendly React Text Editor

Easy interaction

You can easily format the text and paragraphs by setting the editor’s foreground and background colors, font type, italicization, underlining, strikethrough, and bolding. You can also add ordered (numbered) or unordered (bulleted) custom lists and change the editor’s size.

React Rich Text Editor flexible editing

Flexible editing

For a better editing experience, the React Rich Text Editor component offers a variety of tools and choices. So, you can quickly insert images, videos, hyperlinks, and tables; merge table cells; and configure keys.

React Rich Text Editor preview the html code

Preview the HTML code

Examine and edit the HTML code directly in the source code and View the preview result (HTML live editor).

Tools in React Rich Text Editor

Toolbar with rich set of tools

The WYSIWYG Rich Text Editor for React offers a variety of toolbar options that are fully customizable. The options allow multirow, expanding, quick, and floating toolbars. The tool commands are grouped based on related functionality.

React Rich Text Editor adaptive UI

Adapts to any resolution

The Rich Text Editor has a highly responsive layout and an optimized design for desktops, touch screens, and smart phones. It works well on all mobile phones that use iOS, Android, or Windows OS.

Third-party integration in React Rich Text Editor

Integrate with third-party libraries

Easy to integrate third-party libraries like spell checker, code mirror, etc., with the Rich Text Editor to improve the content in the React HTML text editor.

React Rich Text Editor globalization

Globalization and localization

Enables users from different locales to use the Rich Text Editor by formatting dates, currency, and numbering to suit preferences.


React Rich Text Editor code example

Easily get started with the React Rich Text Editor using a few simple lines of TSX code example as demonstrated below. Also explore the React Rich Text Editor example that shows how to render and configure the Rich Text Editor in React.

import { HtmlEditor, Link, Image, Inject, RichTextEditorComponent, Toolbar } from '@syncfusion/ej2-react-richtexteditor';
import * as React from 'react';

class App extends React.Component<{},{}> {
    public render() {
    return (
    <RichTextEditorComponent>
    <p>The Rich Text Editor component is a WYSIWYG ("what you see is what you get") editor that provides the best user experience to create and update the content.
        Users can format their content using standard toolbar commands.</p>
    <p><b>Key features:</b></p>
    <ul>
        <li>
        <p>Provides &lt;IFRAME&gt; and &lt;DIV&gt; modes</p>
        </li>
        <li>
        <p>Capable of handling Markdown editing.</p>
        </li>
    </ul>
    <Inject services={[Toolbar, HtmlEditor, Link, Image]} />
    </RichTextEditorComponent>
    );
    }
    }
    export default App;

HTML editor toolbar

The React WYSIWYG text editor toolbar provides a variety of commands for editing and formatting the content. Format text, paragraphs, insert images, hyperlinks, tables, lists; etc. The tool commands are grouped together based on related functionality.

React WYSIWYG HTML editor MultiRow Toolbar

Multiple-row toolbar

The toolbar commands that overflow are wrapped into the following rows within the toolbar.

React WYSIWYG HTML editor Expand Toolbar

Expand toolbar

The overflow toolbar commands hidden in the next row become visible when the toolbar is expanded using the expand icon.

React Rich Text Editor with quick toolbar

Quick toolbar

This toolbar contains frequently used commands related to text, images, tables, and links. It helps access and format the elements quickly and also customize them.

React WYSIWYG HTML editor Floating Toolbar

Floating the toolbar

The HTML WYSIWYG editor toolbar does not stick to the top of the editor, but floats within the editor area when scrolling the current page.

Fully customizable tools in React Rich Text Editor

Fully customizable

The toolbar of the React Rich Text Editor component is fully customizable with its buttons. Add or remove buttons and group commands based on category. This helps design the toolbar based on the application needs like for a HTML blog editor or HTML email composer.

React WYSIWYG HTML editor Custom Toolbar

Custom tool

Add your own commands (tools) with actions to the toolbar along with built-in commands.


React WYSIWYG inline HTML editor

Inline mode

The React Rich Text Editor displays an inline HTML editor when the content in an editable area is clicked or selected.


Mention and hashtag

When composing content in the React Rich Text Editor, users or groups can be tagged or selected from the suggestion list.

React Rich Text Editor with mention and hashtag


Editing experience

The React Rich Text Editor component provides a wide range of tools and options for a better editing experience.

Insert image in React HTML WYSIWYG editor

Insert images

Insert images in the content from a local path or server path with image captions and then link URLs to the images. Upload images to a server with drag-and-drop or file upload. Additionally, the editor offers options to insert images in BLOB or Base64 formats.

Hyperlinks insert in WYSIWYG React HTML editor

Insert or change the hyperlinks with customization options such as display text, tooltips, and links to be opened in a new window.

Insert tables in React Rich Text Editor

Insert tables

Insert and edit HTML tables to display grid-like tabular data in WYSIWYG Rich Text Editor. Manipulate the table and its elements dynamically (insert and remove rows and columns, resize whole table or rows or columns, and remove a table).

React Rich Text Editor with table merge and split

Table cell merge and split

Merge two or more row or column cells into a single cell with their contents. Also, a single cell can be split both horizontally and vertically.

React Rich Text Editor with text alignment tools

Text alignment

Align your content to the left, center, or right, or justify it.

Enter and Shift+Enter key configuration

The React Rich Text Editor allows the tag inserted when pressing the Enter key and Shift+Enter keys to be customized. The following tags can be configured:

  • P: When ‘P’ is configured, pressing Enter or Shift+Enter will create a ‘p’ tag.
  • DIV: When ‘DIV’ is configured, pressing Enter or Shift+Enter will create a ‘div’ tag.
  • BR: When ‘BR’ is configured, pressing Enter or Shift+Enter will create a ‘br’ tag.

Formatting text

  • Format the selected content, whole paragraphs, or specific words or characters.
  • Format headings, quotations, code, paragraphs, etc.
  • Bold, italicize, underline, strikethrough, or capitalize letters and words.
  • Change paragraph indentation and spacing.
  • Select fonts and its size value.
  • Use subscripts and superscripts.
  • Select font color and the background color for the content.

React Rich Text Editor formatting text


React WYSIWYG HTML editor List

Adding lists

Create ordered (numbered) or unordered (bulleted) lists to organize the content.


Custom lists

Change the bullet appearance for unordered lists to circles or squares. Use different numbering formats for ordered lists such as lowercase Greek or uppercase Roman numerals.

React WYSIWYG HTML editor Custom List


React WYSIWYG HTML editor FullScreen

Full screen text editor

Make the React Rich Text Editor full-screen size (full-page editor) for editing the content.


React Rich Text Editor with format on pasting

Paste from Microsoft Word and Excel

Paste content with images from Microsoft Word, Microsoft Outlook, and Microsoft Excel to the editor by filtering out tags, attributes, and styles. Additionally, there are options to choose whether the content should be pasted as plain text, cleaned styles, or source-formatted styles.


The React Rich Text Editor is configured to turn text into a hyperlink automatically when a URL is typed as plain text.

Auto hyperlink of URL in React Rich Text Editor


React WYSIWYG HTML editor Validation

React form validations

The React Rich Text Editor seamlessly supports forms and obtains values on form submission actions. The two types of validation are:

  • Required validation
  • Maximum-length validation

Limit content length

Restrict the content’s maximum number of characters.

React WYSIWYG HTML editor Maximum length


React WYSIWYG HTML editor Resize

Resizable editor

The React Rich Text Editor has built-in resizable support that helps widen or shrink the content area.


Insert an image through file manager

Use the integrated file manager to insert images from cloud storage or the server.

React WYSIWYG HTML editor File Manager


React Rich Text Editor with clipboard operations

Cut, copy, and paste

Use clipboard operations (cut, copy, and paste).

React Rich Text Editor with undo and redo actions

Undo and redo manager

The React Rich Text Editor manages the undo/redo action history to store editing actions, and also to customize the undo steps.

React Rich Text Editor with print support

Print the WYSIWYG Rich Text Editor content with applied format style either by using the print option from the toolbar or programmatically.


Responsive React Rich Text Editor

Touch-friendly and responsive WYSIWYG editor

The React Rich Text Editor (mobile HTML editor) recognizes touch gestures, allowing the user to swipe left or right to move the toolbar. The responsive, mobile-friendly design provides the best user experience on all mobile, tablet, and desktop form factors.

React Rich Text Editor supported themes

Built-in and customizable themes

React Rich Text Editor is shipped with several built-in themes such as Tailwind CSS, Bootstrap 5, Bootstrap 4, Bootstrap, Material, Fabric, Fluent, and high contrast.

React Rich Text Editor APIs

Developer-friendly APIs

There are sufficient client-side APIs available to optimize the process of editing content.


HTML editor accessibility

Keyboard navigation in React Rich Text Editor

Keyboard navigation

The React Rich Text Editor component ensures that every cell is accessible using the keyboard. Major features like sort, select, and edit can be performed using keyboard commands alone; no mouse interaction is required. This helps in creating highly accessible applications using this component.

Accessibility and screen reader support in React Rich Text Editor

Screen reader

The React Rich Text Editor view has complete WAI-ARIA accessibility support. The Rich Text Editor UI includes high-contrast visual elements that help visually impaired people to have the best viewing experience. Also, valid UI descriptions are easily accessible through assistive technologies such as screen readers.

Show right-to-left in React rich text editor

Right to Left (RTL)

The React Rich Text Editor supports right-to-left rendering, allowing the text direction and layout of the text editor to be displayed from right to left. This improves the user experience and accessibility for RTL languages such as Arabic, Farsi, Hebrew, etc.





Other supported frameworks

The Rich Text Editor component is also available in Blazor, Vue, Angular, and JavaScript frameworks. Check out the Rich Text Editor in different platforms from the links:

Supported browsers

The React Rich Text Editor works well with all modern web browsers such as Chrome, Firefox, Microsoft Edge, Safari, and Opera.

Supported browsers

80+ REACT UI COMPONENTS

Frequently Asked Questions

The Syncfusion React Rich Text Editor supports the following features:

  • Edit WYSIWYG HTML and Markdown content with a rich set of tools for modern web and mobile applications.
  • Easily incorporate into blog editors, messages, HTML email composers, and discussion forum-like applications.
  • Make a floating toolbar or inline editor that allows you to select any editable element on the page and edit in place.
  • Offers a feature-rich UI to interact with the software.
  • Simple configuration and APIs.
  • One of the best React Rich Text Editor in the market that offers interactive features.
  • Supports all modern browsers.
  • Mobile-friendly and responsive.
  • Expansive learning resources such as demos and documentation to learn quickly and get started with React Rich Text Editor.

You can find our React Rich Text Editor demo, which demonstrates how to render and configure the Rich Text Editor.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version Download Free Trial

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon
Live Chat Icon For mobile