1.0.0 • Published 5 years ago

lujing-fe-react-ueditor v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

组件名称

组件功能

百度富文本编辑器

组件部署

cnpm i lujing-fe-xxx

组件用法(demo)

受控组件

  id: string,组件id
  height: string,组件高度
  setEditor={(editor) => {
    this.editor = editor;
  }}refs取用 

详见demo

更新log

author