0.7.0 • Published 5 years ago

@hife/rich-editor v0.7.0

Weekly downloads
17
License
MIT
Repository
github
Last release
5 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

5 years ago

0.3.0

5 years ago

0.5.0

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.4

5 years ago

0.1.5

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago