fs-editor:基于draft-js的富文本编辑器

时间:2024-05-29 18:16:04
【文件属性】:

文件名称:fs-editor:基于draft-js的富文本编辑器

文件大小:109KB

文件格式:ZIP

更新时间:2024-05-29 18:16:04

JavaScript

基于draft-js编写的富文本编辑器 查看组件demo npm install npm run storybook 查看 使用方式 安装 npm install --save fs-editor 使用 import React, {Component} from 'react' import FsEditor from 'fs-editor' class Demo extends Component { render() { return (

{ // ... }}>
) } } // ... props className: 类名


【文件预览】:
fs-editor-master
----.eslintrc.json(28B)
----.gitignore(35B)
----.babelrc(308B)
----package.json(2KB)
----src()
--------components()
--------toolbar()
--------index.jsx(7KB)
--------utils()
--------config.js(262B)
--------lib()
--------index.less(1KB)
--------plugins()
----webpack.config.js(3KB)
----LICENSE(1KB)
----.prettierrc.json(42B)
----README.md(3KB)
----.eslintignore(5B)
----.storybook()
--------addons.js(86B)
--------webpack.config.js(1KB)
--------config.js(132B)
----.circleci()
--------config.yml(1KB)
----.npmignore(161B)
----stories()
--------demo.css(67B)
--------is-empty.js(606B)
--------convert-from-html.js(399B)
--------index.js(527B)
--------demo.js(532B)
--------image-plugin()
--------data-convert.js(2KB)
----yarn.lock(241KB)

网友评论