editor-core ui component for react
npm install rc-editor-coreReact EditorCore Component
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![gemnasium deps][gemnasium-image]][gemnasium-url]
[![node version][node-image]][node-url]
[![npm download][download-image]][download-url]


[npm-image]: http://img.shields.io/npm/v/rc-editor-core.svg?style=flat-square
[npm-url]: http://npmjs.org/package/rc-editor-core
[travis-image]: https://img.shields.io/travis/react-component/editor-core.svg?style=flat-square
[travis-url]: https://travis-ci.org/react-component/editor-core
[coveralls-image]: https://img.shields.io/coveralls/react-component/editor-core.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/react-component/editor-core?branch=master
[gemnasium-image]: http://img.shields.io/gemnasium/react-component/editor-core.svg?style=flat-square
[gemnasium-url]: https://gemnasium.com/react-component/editor-core
[node-image]: https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square
[node-url]: http://nodejs.org/download/
[download-image]: https://img.shields.io/npm/dm/rc-editor-core.svg?style=flat-square
[download-url]: https://npmjs.org/package/rc-editor-core
| !IE / Edge
IE / Edge | !Firefox
Firefox | !Chrome
Chrome | !Safari
Safari | !iOS Safari
iOS Safari | !Chrome for Anroid
Chrome for Android |
| --------- | --------- | --------- | --------- | --------- | --------- |
| IE11, Edge [1, 2]| last 2 versions| last 2 versions| last 2 versions| not fully supported [3] | not fully supported [3]
[1] May need a shim or a polyfill for some syntax used in Draft.js (docs).
[2] IME inputs have known issues in these browsers, especially Korean (docs).
[3] There are known issues with mobile browsers, especially on Android (docs).

```
npm install
npm start
http://localhost:8003/examples/
online example: http://react-component.github.io/editor-core/
* support ie8,ie8+,chrome,firefox,safari

`js`
var EditorCore = require('rc-editor-core');
var React = require('react');
React.render(
| 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.