React EditorUtils Component
![]() |
![]() |
![]() |
![]() |
![]() |
---|---|---|---|---|
IE 8+ ✔ | Chrome 31.0+ ✔ | Firefox 31.0+ ✔ | Opera 30.0+ ✔ | Safari 7.0+ ✔ |
npm install
npm start
http://localhost:8001/examples/
online example: http://react-component.github.io/editor-utils/
var EditorUtils = require('rc-editor-utils');
var React = require('react');
React.render(<EditorUtils />, 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-utils is released under the MIT license.