mui-rte:Material-UI富文本编辑器和查看器

时间:2024-05-22 09:38:54
【文件属性】:

文件名称:mui-rte:Material-UI富文本编辑器和查看器

文件大小:143KB

文件格式:ZIP

更新时间:2024-05-22 09:38:54

react typescript material-ui draft-js text-editor

杂项 Material-UI富文本编辑器和查看器 mui-rte是一个完整的文本编辑器和查看器,用于基于draft-js并使用Typescript编写的material-ui 。 它可以立即使用,还支持用户定义的块,样式,自动完成策略,异步/同步自定义原子块,回调和修饰符,以及工具栏和主题自定义,以增强编辑器的所有需求。 安装 npm install mui-rte --save 安装对等依赖项: @material-ui/core , @material-ui/icons , react和react-dom 。 演示版 用法 import MUIRichTextEditor from 'mui-rte' ReactDOM . render ( < MUIRichTextEditor xss=removed> , document .


【文件预览】:
mui-rte-master
----.eslintrc(279B)
----rollup.config.js(579B)
----index.js(31B)
----package.json(2KB)
----tslint.json(405B)
----.github()
--------ISSUE_TEMPLATE()
--------workflows()
----test()
--------MUIRichTextEditor.test.tsx(2KB)
--------Toolbar.test.tsx(2KB)
--------setup.ts(246B)
----LICENSE(1KB)
----package-lock.json(341KB)
----src()
--------utils.ts(4KB)
--------components()
--------MUIRichTextEditor.tsx(40KB)
----tsconfig.json(608B)
----index.d.ts(6KB)
----examples()
--------async-atomic-custom-block()
--------custom-controls()
--------autocomplete-atomic()
--------reset-value()
--------key-bindings()
--------ref-save()
--------load-html()
--------max-length()
--------inline-toolbar()
--------async-image-upload()
--------index.html(221B)
--------autocomplete()
--------atomic-custom-block()
--------basic()
--------read-only()
--------custom-inline-toolbar()
--------main.tsx(3KB)
--------theme()
--------decorator()
--------events()
----.gitignore(25B)
----webpack.config.js(1KB)
----README.md(17KB)

网友评论