1.0.0 • Published 5 years ago

@jdgwf/react-common-components v1.0.0

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

react-common-components

Common Components I use in React

NPM JavaScript Style Guide

Install

npm install --save react-common-components

Usage

import React, { Component } from 'react'

import MyComponent from 'react-common-components'
import 'react-common-components/dist/index.css'

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

License

MIT © jdgwf