This library is React wrapper of popular Web Builder Framework library [GrapesJS](https://github.com/artf/grapesjs)
npm install react-grapesjs
yarn
yarn add react-grapesjsnpm
npm i react-grapesjs --save
`Testing
`
yarn test
`Use the package
`
import {Editor} from 'react-grapesjs';
import 'grapesjs/dist/grapes.min.css';
`Run example
`
yarn start
``