【文件属性】:
文件名称:fego-editor:基于react的富文本编辑器
文件大小:393KB
文件格式:ZIP
更新时间:2024-06-02 06:46:17
JavaScript
法戈编辑
基于DraftJS开发的富文本编辑器
安装
# 使用npm安装
npm install https://github.com/fegos/fego-editer --save
使用示例
import React , { Component } from 'react' ;
import { EditorState } from 'draft-js' ;
import FegoEditor , { draftToHtml , htmlToDraft } from 'fego-editor' ;
export default class EditorTest extends Component {
constructor ( props ) {
super ( props ) ;
const str = `
<span style="font-fam
【文件预览】:
fego-editor-master
----.gitignore(77B)
----.babelrc(55B)
----package.json(2KB)
----src()
--------ToolBars()
--------RenderFn()
--------Decorators()
--------iconfont()
--------reset.css(10KB)
--------index.js(5KB)
--------utils()
--------config()
--------defaultToolBars.js(1KB)
--------index.css(5KB)
----webpack.config.js(2KB)
----.travis.yml(79B)
----postcss.config.js(95B)
----jest.config.js(145B)
----dist()
--------index.js(139KB)
----README.md(4KB)
----editor.gif(91KB)
----example()
--------.gitignore(77B)
--------.babelrc(55B)
--------package.json(1KB)
--------src()
--------postcss.config.js(95B)
--------dist()
--------config()
----docs()
--------reset.css(10KB)
--------style.css(510B)
--------index.html(1KB)