0.1.15 • Published 6 years ago

react-grapesjs v0.1.15

Weekly downloads
10
License
MIT
Repository
github
Last release
6 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

6 years ago

0.1.14

6 years ago

0.1.11

6 years ago

0.1.12

6 years ago

0.1.10

6 years ago

0.1.2

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.9

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago