@alipay/rc-editor-plugin-emoji@0.2.12

editor-plugin-emoji ui component for react

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

import '@alipay/rc-editor-plugin-emoji/assets/index.css';
import EditorPluginEmoji from '@alipay/rc-editor-plugin-emoji';
import React from 'react';
import ReactDOM from 'react-dom';

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