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

Clickable custom button? #21

Closed duhmojo closed 1 year ago

duhmojo commented 1 year ago

Awesome react component.

Is it possible to create a custom toolbar button with an onClick attached? The toolbar doesn't leave room for a "Save" button or some such. It would be useful to define a custom button with an attached event.

Thanks.

duhmojo commented 1 year ago

Actually I worked it out by reviewing the button source. Just passing a function into the createButton command 3rd arg works fine. Thanks again.