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

Package detail

alex-lung-lib

Fi0734922(MIT)1.0.3TypeScript support: included

Made with create-react-library

readme

first-library

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save first-library

Usage

import React, { Component } from 'react'

import MyComponent from 'first-library'
import 'first-library/dist/index.css'

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

License

(MIT) © Fi073492