RhRichTextEditor2

The RhRichTextEditor2 component provides a way to incorporate a rich text editor into your web application or website.

Please refer: remirror

Usage

Once installed, you can import the RhRichTextEditor2 component into your React application:

copy
import {RhRichTextEditor2} from "@rhythm-ui/react"

Then, you can use the RhRichTextEditor2 component in your JSX code:

copy
<RhRichTextEditor2 />

RichText Editor Props

valuestringaccepts the string for setting the initial value in the text area
onEditorChangestringaccepts the state change function returns the HTML of the editor content