Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cuong-tamshop-test

cuonghv914MIT1.0.0TypeScript support: included

reusable

readme

common-component

reusable

NPM JavaScript Style Guide

Install

npm install --save common-component

Usage

import React, { Component } from 'react'

import MyComponent from 'common-component'
import 'common-component/dist/index.css'

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

License

MIT © cuonghv91@gmail.com