1.0.3 • Published 6 years ago
xiaokyo-editor v1.0.3
xiaokyo-editor
基于 braft-editor 写的自定义富文本编辑器查看文档
如何下载
npm i xiaokyo-editor
或
yarn add xiaokyo-editor
如何使用
import Editor from 'xiaokyo-editor'
export default props=>{
return (
<Editor />
)
}