0.0.3 • Published 3 years ago

@mtlott/react-hello-world v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-hello-world

React Component to display \"Hello World\". (Another Component Nobody Asked For And Nobody Wanted™)

NPM JavaScript Style Guide

Install

npm install --save @mtlott/react-hello-world

Usage

import React, { Component } from 'react'

import HelloWorld from '@mtlott/react-hello-world'

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

License

MIT © mtlott

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago