0.6.1 • Published 7 years ago

react-mce v0.6.1

Weekly downloads
33
License
MIT
Repository
github
Last release
7 years ago

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