Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 784 Bytes

README-zh_CN.md

File metadata and controls

34 lines (22 loc) · 784 Bytes

react-minder-craft

kityminder-editorReact 重构版本。

用更现代的 UI 组件库改善用户体验。

这里使用了 antd,其他组件库仍然可以替换。

安装

yarn install

使用

import React from 'react';
import 'react-minder-craft/dist/css/index.css';
import ReactMinderCraft from 'react-minder-craft/es';


export default () => <ReactMinderCraft />

样例

yarn start

更多样例查看 example 目录。也可以查看开发细节 handbook

F&Q

如果想本地调试,可能需要先安装 react react-domantd,具体可以查看 package.json > peerDependencies