@jsjoeio/hello-component

1.0.2 • Public • Published

@jsjoeio/hello-component

A component that says 'Hello world!'

NPM JavaScript Style Guide

Install

npm install --save @jsjoeio/hello-component

Usage

import React, { Component } from 'react'

import HelloComponent from '@jsjoeio/hello-component'

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

License

MIT © jsjoeio

Readme

Keywords

none

Package Sidebar

Install

npm i @jsjoeio/hello-component

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

4.42 kB

Total Files

6

Last publish

Collaborators

  • jsjoeio