Aditor:ProseMirror制造的React组件

时间:2024-06-02 03:54:25
【文件属性】:

文件名称:Aditor:ProseMirror制造的React组件

文件大小:82KB

文件格式:ZIP

更新时间:2024-06-02 03:54:25

javascript browser reactjs prosemirror text-editor

ProseMirror制造的React组件 安装 npm install --save styled-components npm install --save aditor 演示版 特征 JSON输入,JSON输出 用法 import React from 'react' ; import Aditor from 'aditor' ; import 'aditor/dist/index.css' ; const App = ( ) => { const [ value , setValue ] = React . useState ( [ { "type" : "heading" , "attrs" : { "level" : 1 } , "content" : [ { "type" : "text" , "text" : "Heading1" } ] } , { "type" :


网友评论