adom-blocks-editor

Block editor with wysiwig

NPM JavaScript Style Guide

Install

npm install --save adom-blocks-editor

Usage

import React, { Component } from 'react'

import MyComponent from 'adom-blocks-editor'
import 'adom-blocks-editor/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © ADominguez