rc-editor-core

esm Styles
editor-core ui component for react
Version 0.8.10
Keywords
reactreact-componentreact-editor-coreeditor-core
INSTALL
Type:
Version:
- Static
- Latest Patch
- Latest Minor
- Latest Major
- 0.8.10
- 0.8.9
- 0.8.8
- 0.8.7
- 0.8.6
- 0.8.5
- 0.8.3
- 0.8.2
- 0.8.1
- 0.8.0
- 0.7.9
- 0.7.8
- 0.7.7
- 0.7.5
- 0.7.4
- 0.7.3
- 0.7.2
- 0.7.1
- 0.7.0
- 0.6.19
- 0.6.18
- 0.6.17
- 0.6.16
- 0.6.15
- 0.6.14
- 0.6.12
- 0.6.11
- 0.6.10
- 0.6.9
- 0.6.8
- 0.6.7
- 0.6.6
- 0.6.5
- 0.6.4
- 0.6.3
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.11
- 0.5.10
- 0.5.9
- 0.5.8
- 0.5.7
- 0.5.5
- 0.5.4
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.15
- 0.4.14
- 0.4.13
- 0.4.12
- 0.4.11
- 0.4.10
- 0.4.9
- 0.4.8
- 0.4.7
- 0.4.6
- 0.4.5
- 0.4.4
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.28
- 0.3.27
- 0.3.26
- 0.3.25
- 0.3.24
- 0.3.23
- 0.3.22
- 0.3.21
- 0.3.20
- 0.3.19
- 0.3.18
- 0.3.17
- 0.3.16
- 0.3.15
- 0.3.13
- 0.3.12
- 0.3.11
- 0.3.10
- 0.3.9
- 0.3.8
- 0.3.7
- 0.3.6
- 0.3.5
- 0.3.4
- 0.3.3
- 0.3.1
- 0.3.0
- 0.2.8
- 0.2.7
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.12
- 0.1.11
- 0.1.10
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- 0.0.1
- 0.8.5-beta1
- 0.8.5-beta
- 0.8.4-beta
- 0.8.3-beta1
- 0.6.19-beta2
- 0.6.19-beta
- 0.6.12-beta2
- 0.6.12-beta1
- 0.6.10-beta6
- 0.6.10-beta5
- 0.6.10-beta4
- 0.6.10-beta3
- 0.6.10-beta2
- 0.6.10-beta1
- 0.6.0-beta8
- 0.6.0-beta7
- 0.6.0-beta6
- 0.6.0-beta5
- 0.6.0-beta4
- 0.6.0-beta3
- 0.6.0-beta2
- 0.6.0-beta1
- 0.6.0-beta
- 0.5.8-beta1
- 0.5.8-beta
- 0.5.6-beta9
- 0.5.6-beta8
- 0.5.6-beta7
- 0.5.6-beta6
- 0.5.6-beta5
- 0.5.6-beta4
- 0.5.6-beta3
- 0.5.6-beta2
- 0.5.6-beta1
- 0.5.0-beta
- 0.4.15-beta3
- 0.4.15-beta2
- 0.4.15-beta
- 0.3.28-beta2
- 0.3.28-beta
- 0.3.26-beta2
- 0.3.26-beta
- 0.3.24-beta
- 0.3.23-beta
- 0.3.22-beta
rc-editor-core
React EditorCore Component
Browser Support
![]() IE / Edge |
![]() Firefox |
![]() Chrome |
![]() Safari |
![]() iOS Safari |
![]() 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).
Screenshots

Development
npm install
npm start
Example
http://localhost:8003/examples/
online example: http://react-component.github.io/editor-core/
Feature
- support ie8,ie8+,chrome,firefox,safari
install
Usage
var EditorCore = require('rc-editor-core');
var React = require('react');
React.render(<EditorCore />, container);
API
props
name | type | default | description |
---|---|---|---|
className | String | additional css class of root dom node |
Test Case
npm test
npm run chrome-test
Coverage
npm run coverage
open coverage/ dir
License
rc-editor-core is released under the MIT license.