https://github.com/xiaokyo/xiaokyo-editor
基于braft-editor自定义的富文本组件
https://github.com/xiaokyo/xiaokyo-editor
Last synced: 3 months ago
JSON representation
基于braft-editor自定义的富文本组件
- Host: GitHub
- URL: https://github.com/xiaokyo/xiaokyo-editor
- Owner: xiaokyo
- Created: 2019-10-17T10:55:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:53:00.000Z (over 2 years ago)
- Last Synced: 2025-01-07T07:23:17.011Z (5 months ago)
- Language: JavaScript
- Size: 1.58 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xiaokyo-editor
基于 braft-editor 写的自定义富文本编辑器[查看文档](https://www.yuque.com/braft-editor/be/qg394y)
# 如何下载
npm i xiaokyo-editor
或
yarn add xiaokyo-editor# 如何使用
import Editor from 'xiaokyo-editor'
export default props=>{
return (
)}