/helper-functions

Hepler functions

Primary LanguageJavaScript

helper-functions

Hepler functions

NPM JavaScript Style Guide

Install

npm install --save helper-functions

Usage

import React, { Component } from 'react'

import MyComponent from 'helper-functions'

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

License

MIT © justinbutt3r