template-editor
v1.1.2
Published
Made with create-react-library
Downloads
226
Readme
template-editor
Made with create-react-library
Install
npm install --save template-editor
Usage
import React, { Component } from 'react'
import MyComponent from 'template-editor'
import 'template-editor/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © [Amit Znati](https://github.com/Amit Znati)