Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiaokyo/xiaokyo-editor
基于braft-editor自定义的富文本组件
https://github.com/xiaokyo/xiaokyo-editor
Last synced: 6 days ago
JSON representation
基于braft-editor自定义的富文本组件
- Host: GitHub
- URL: https://github.com/xiaokyo/xiaokyo-editor
- Owner: xiaokyo
- Created: 2019-10-17T10:55:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:53:00.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T10:32:11.253Z (over 1 year ago)
- Language: JavaScript
- Size: 1.58 MB
- Stars: 1
- Watchers: 1
- 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 (
)}