megahertz / react-simple-wysiwyg

Simple and lightweight React WYSIWYG editor
https://megahertz.github.io/react-simple-wysiwyg/
MIT License
119 stars 21 forks source link

toolbar option #8

Closed fredleput closed 2 years ago

fredleput commented 2 years ago

Hi, First thx for your work ! I was wondering if it was possible to remove buttons from the toolbar ? I tried something like this but it doesn't work...

<DefaultEditor 
  value= {formAddState.depot.commentaires}
  toolbar= {{
    options: ["here the list of needed buttons"]
  }}
  onChange={onEditorChange}
/>

Thx for reading, Fred, Brittany - France