文件名称:wysiwyg-editor-react:用于ReactJS的WYSIWYG编辑器.13+
文件大小:186KB
文件格式:ZIP
更新时间:2024-05-28 06:46:19
JavaScript
用于ReactJS的WYSIWYG编辑器.13+ 该组件允许用户使用常见的样式技术(例如,粗体,斜体,下划线等)输入文本和样式文本。 您可以查看example文件夹,以了解如何实现此编辑器。 安装 $ npm install wysiwyg-editor-react 包括 var Editor = require( 'wysiwyg-editor-react' ); 用法 var React = require ( 'react' ) ; var Editor = require ( 'wysiwyg-editor-react' ) ; var Example = React . createClass ( { getInitialState : function ( ) { return { text : 'WYSIWYG Editor For
【文件预览】:
wysiwyg-editor-react-master
----wysiwyg-editor-react.jsx(6KB)
----webpack.config.js(380B)
----wysiwyg-editor-react.js(7KB)
----example()
--------index.html(471B)
--------bundle.js(719KB)
----gulpfile.js(274B)
----license.md(1KB)
----.gitignore(609B)
----readme.md(2KB)
----CHANGELOG.md(772B)
----package-lock.json(107KB)
----package.json(746B)