A SlateJS based document template RTE
npm install --save stencyl-beta
import 'stencyl-beta/dist/index.css';
import React, {Component} from 'react';
import {Editor} from 'stencyl-beta';
class Example extends Component {
render() {
return <Editor />;
}
}
MIT © christiandrey