Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xiaokyo/xiaokyo-editor

基于braft-editor自定义的富文本组件
https://github.com/xiaokyo/xiaokyo-editor

Last synced: 6 days ago
JSON representation

基于braft-editor自定义的富文本组件

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 (

)

}