Project templated from Draft.js Plugins.
First, install the editor with npm:
$ npm install draft-js-plugins-editor --save
To try out the beta version of 2.0.0 run
$ npm install draft-js-plugins-editor@2.0.0-rc8 --save
Then import the editor somewhere in your code and you're ready to go!
import Editor from 'draft-js-plugins-editor';