1.5.1 • Published 3 years ago

stencyl-beta v1.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

stencyl

A SlateJS based document template RTE

NPM JavaScript Style Guide

Install

npm install --save stencyl

Usage

import React, {Component} from 'react';

import MyComponent from 'stencyl';
import 'stencyl/dist/index.css';

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

License

MIT © christiandrey