RichText Editor

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

The component is build on top of @tinymce/tinymce-react, all props passed to component will be passed to this internal library also. With the theme prop, you can customize the look and feel of the editor to match your branding or design preferences.

Please refer: @tinymce/tinymce-react

Usage

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

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

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

copy
<RhRichTextEditor />

Inline

The Inline variant will show the variant as a inline component.

copy
<RhRichTextEditor inline={true}/>

RichText Editor Props

theme"light" | "dark"Sets theme for editor
inlinebooleanUsed to change the view of the component as a inline component
onEditorChange(value: string, editor: EditorObservable) => voidUsed to store the state of the editor. It is called with two arguments: value - The current value of the editor. This is normally HTML, editor - A reference to the editor.
initRawEditorOptions & { selector?: undefined; target?: undefined; }{}
a11y_advanced_optionsboolean
allow_unsafe_link_targetboolean
anchor_bottomstring
anchor_topstring
automatic_uploadsboolean
block_formatsstring