A React adaptation of kityminder-editor .
yarn install
import React from 'react';
import 'react-minder-craft/dist/css/index.css';
import ReactMinderCraft from 'react-minder-craft/dist/es';
export default () => <ReactMinderCraft />
yarn start
For 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.