react-mce
v0.6.1
Published
React TinyMCE component
Downloads
49
Readme
react-mce
React TinyMCE component
Installing
$ npm install react-mce
Demo
http://janstuemmel.github.io/react-mce/
Example
see example.js
Dependency
This component depends on tinymce
being globally accessible.
<script src="//cdnjs.cloudflare.com/ajax/libs/tinymce/4.6.4/tinymce.min.js"></script>
Contributing
# runs the karma/mocha testsuite on phantomjs
npm test
License
MIT