hello-world-npm-lib

1.0.16 • Public • Published

hello-world-npm-lib

Demo publish lib to npm

NPM JavaScript Style Guide

Install

npm install --save hello-world-npm-lib

Usage

import React, { Component } from 'react'
 
import MyComponent from 'hello-world-npm-lib'
 
class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © Ngo Viet Thanh <vietthanhbk1994@gmail.com>

Keywords

none

Install

npm i hello-world-npm-lib

DownloadsWeekly Downloads

8

Version

1.0.16

License

MIT

Unpacked Size

14.1 kB

Total Files

6

Last publish

Collaborators

  • vietthanhbk1994