1.1.2 • Published 1 year ago
react-minder-craft v1.1.2
react-minder-craft
A React adaptation of kityminder-editor .
Installation
yarn install
Usage
import React from 'react';
import 'react-minder-craft/dist/css/index.css';
import ReactMinderCraft from 'react-minder-craft/es';
export default () => <ReactMinderCraft />
Demo
yarn start
For more detail instructions, refer to example
directory. Here are some development note: handbook
F&Q
If you want to run it locally, ensure you have installed react
react-dom
and antd
. Check package.json > peerDependencies
for more futher details.