Rebuild kityminder-editor with React, base on ant design.
English | 简体中文
base on antd design
yarn installimport React from 'react';
import 'react-minder-craft/dist/css/index.css';
import ReactMinderCraft from 'react-minder-craft/dist/es';
export default () => <ReactMinderCraft />yarn startFor more detail instructions, refer to example directory. Here are some development note: handbook
If you want to run it locally, ensure you have installed react react-dom and antd. Check package.json > peerDependencies for more futher details.
