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

Package detail

custom-react-package

oliverlin2MIT1.0.0

n

readme

custom-react-package

n

NPM JavaScript Style Guide

Install

npm install --save custom-react-package

Usage

import React, { Component } from 'react'

import MyComponent from 'custom-react-package'
import 'custom-react-package/dist/index.css'

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

License

MIT © oliverlin