0.1.15 • Published 5 years ago
react-grapesjs v0.1.15
React GrapesJS
This library is React wrapper of popular Web Builder Framework library GrapesJS
Install
# yarn
yarn add react-grapesjs
# npm
npm i react-grapesjs --saveTesting
yarn testUse the package
import {Editor} from 'react-grapesjs';
import 'grapesjs/dist/grapes.min.css';Run example
yarn startHooks
- onInit : called after editor is initialized.
- onDestroy : called before editor is destroyed.
- onUpdate : called on every change in editor.