1.1.2 • Published 3 years ago

template-editor v1.1.2

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

template-editor

Made with create-react-library

NPM JavaScript Style Guide

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)