2.0.0 • Published 4 years ago

my-component-lib-react v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

my-component-lib-react

Private library for my components

NPM JavaScript Style Guide

Install

npm install --save my-component-lib-react

Usage

import React, { Component } from 'react'

import MyComponent from 'my-component-lib-react'
import 'my-component-lib/dist/index.css'

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

License

MIT © swethaganapathysubramanian