The RhRichTextEditor2 component provides a way to incorporate a rich text editor into your web application or website.
Please refer: remirror
Once installed, you can import the RhRichTextEditor2 component into your React application:
import {RhRichTextEditor2} from "@rhythm-ui/react"
Then, you can use the RhRichTextEditor2 component in your JSX code:
<RhRichTextEditor2 />
Name | Type | Default | Description |
---|---|---|---|
value | string | accepts the string for setting the initial value in the text area | |
onEditorChange | string | accepts the state change function returns the HTML of the editor content |