0.7.0 • Published 4 years ago

@hife/rich-editor v0.7.0

Weekly downloads
17
License
MIT
Repository
github
Last release
4 years ago

rich-editor 基于 React 的富文本编辑器

更新日志

更新日志

安装

npm install @hife/rich-editor

or

yarn add @hife/rich-editor

使用

import RichEditor from '@hife/rich-editor';
import '@hife/rich-editor/styles/rich-editor.css';

const App = () => {
  return <RichEditor
    defaultValue={value}
    max={100}
    onChange={(html: string, text: string) => saveValue(html)}
  />;
};

export default App;

文档

文档

1.0.0

4 years ago

0.3.0

4 years ago

0.5.0

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.4

4 years ago

0.1.5

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago