Rich Text Editor for Alora
npm install --save alor-editor
import React, { Component } from 'react'
import Editor from 'alor-editor'
import 'alor-editor/dist/index.css'
class Example extends Component {
render() {
return <Editor />
}
}
MIT © WenheLI