A ubb editor based on react
See more at https://asukasong.github.io/react-ubb-editor/
with yarn
yarn add @cc98/react-ubb-editoror with npm
npm install --save @cc98/react-ubb-editorimport createEditor from '@cc98/react-ubb-editor'
const Editor = createEditor()
ReactDOM.render(<Editor />, document.getElementById('app'))yarn start