0.1.15 • Published 4 years ago

react-grapesjs v0.1.15

Weekly downloads
10
License
MIT
Repository
github
Last release
4 years ago

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 --save

Testing

yarn test

Use the package

import {Editor} from 'react-grapesjs';
import 'grapesjs/dist/grapes.min.css';

Run example

yarn start

Hooks

  • onInit : called after editor is initialized.
  • onDestroy : called before editor is destroyed.
  • onUpdate : called on every change in editor.
0.1.15

4 years ago

0.1.14

4 years ago

0.1.11

4 years ago

0.1.12

4 years ago

0.1.10

4 years ago

0.1.2

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.9

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago