3

I want to style react-rte using a CSS file, but was unable to do so.

The RichTextEditor always injects inline styles into bottom of HEAD section, which overriden my class styling.

Billal Begueradj
  • 20,717
  • 43
  • 112
  • 130
Long Tran
  • 83
  • 1
  • 8

1 Answers1

5

Ass seen in EditorDemo.js you can define classes for toolbar and editor

<RichTextEditor
  toolbarClassName="demo-toolbar"
  editorClassName="demo-editor"
/>
Jonas
  • 61
  • 1
  • 4