jpuri / react-draft-wysiwyg

A Wysiwyg editor build on top of ReactJS and DraftJS. https://jpuri.github.io/react-draft-wysiwyg
MIT License
6.38k stars 1.15k forks source link

How can I wrap editor with some tag (without including toolbar)? #1381

Open rusaym opened 1 year ago

rusaym commented 1 year ago

I have a simple react-draft-wysiwyg editor, and I want to add some extra tags around the editor window (without including toolbar),for example label. Is there any possible way to do that? 04CAH