rc-editor-utils@0.1.0

editor-utils ui component for react

// use jsx to render html, do not modify simple.html

import 'rc-editor-utils/assets/index.css';
import EditorUtils from 'rc-editor-utils';
import React from 'react';
import ReactDOM from 'react-dom';

ReactDOM.render(<EditorUtils />, document.getElementById('__react-content'));
Fork me on GitHub