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

Package detail

common-utils-rohit

rohithgb2MIT5.0.3

Made with create-react-library

readme

common-utils

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save common-utils

Usage

import React, { Component } from 'react'

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

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

License

MIT ©