@shilong521/editor-react
v0.0.7
Published
富文本编辑器
Downloads
15
Readme
@shilong521/editor-react
介绍
基于slate 封装的 React 组件。
安装
- 安装组件包
yarn add @shilong521/editor-react
# 或者npm install @shilong521/editor-react --save
- 导入组件
import { LongEditor } from '@shilong521/editor-react';
使用
目前只支持 React(支持图片视频预览,复制粘贴)
按需引入样式
import '@shilong521/editor-react/dist/css';