Block editor with wysiwig
npm install --save adom-blocks-editor
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 />
}
}
MIT © ADominguez