lay-editor
v0.0.9
Published
React editor based on draftjs
Downloads
1
Maintainers
Readme
lay-editor
React editor based on draftjs
Features
- Support qiniu upload
- Support aliyun oss upload
- Support custom server upload
- i18n zh-CN / en-US
- Popular functions of editor
- Less is more
Install
npm install --save lay-editor
Example
https://laygit.github.io/lay-editor/
Usage
import React, { Component } from 'react'
import { LayEditor } from 'lay-editor'
class Example extends Component {
render () {
return (
<LayEditor />
)
}
}
License
MIT © LayGit