React wrapper for Pell WYSIWYG web editor
Minimal wrapper for Pell editor without any extras build in.
npm i react-pell2
import ReactPell from 'react-pell2';
<ReactPell
content="<b><u><i>Initial content!</i></u></b>"
onChange={}
classes={}
actions={}
height="400px"
width="600px"
style={style}
/>
Check out the /examples folder for a more comprehensive example.
Pell WYSIWYG editor: https://github.com/jaredreich/pell/
If you need markdown support check out: https://github.com/bpetetot/react-pell
Boilerplate for this module: https://github.com/Travelport-Ukraine/npm-module-boilerplate