react-grapesjs
TypeScript icon, indicating that this package has built-in type declarations

0.1.15 • Public • Published

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.

/react-grapesjs/

    Package Sidebar

    Install

    npm i react-grapesjs

    Weekly Downloads

    6

    Version

    0.1.15

    License

    MIT

    Unpacked Size

    11.1 MB

    Total Files

    16

    Last publish

    Collaborators

    • mikaelim