React EditorCore Component
IE 8+ ✔ | Chrome 31.0+ ✔ | Firefox 31.0+ ✔ | Opera 30.0+ ✔ | Safari 7.0+ ✔ |
npm install
npm start
http://localhost:8003/examples/
online example: http://react-component.github.io/editor-core/
- support ie8,ie8+,chrome,firefox,safari
var EditorCore = require('rc-editor-core');
var React = require('react');
React.render(<EditorCore />, container);
name | type | default | description |
---|---|---|---|
className | String | additional css class of root dom node |
npm test
npm run chrome-test
npm run coverage
open coverage/ dir
rc-editor-core is released under the MIT license.