hello-world-demo-component

1.0.0 • Public • Published

hello-world-demo

creating react libraries demonstration

NPM JavaScript Style Guide

Install

npm install --save hello-world-demo

Usage

import React, { Component } from 'react'

import MyComponent from 'hello-world-demo'

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

License

MIT © nomangul

Readme

Keywords

none

Package Sidebar

Install

npm i hello-world-demo-component

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

14.4 kB

Total Files

6

Last publish

Collaborators

  • nomangul