Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 696 Bytes

readme.template.md

File metadata and controls

31 lines (21 loc) · 696 Bytes

react-modern-library-boilerplate

TODO: Component Description

NPM JavaScript Style Guide

Install

npm install --save react-modern-library-boilerplate

Usage

import React, { Component } from 'react'

import MyComponent from 'react-modern-library-component'

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

License

MIT © Travis Fischer