haz-hello-world

npm install --save hello-world

Usage no npm install needed!

<script type="module">
  import hazHelloWorld from 'https://cdn.skypack.dev/haz-hello-world';
</script>

README

hello-world

NPM JavaScript Style Guide

Install

npm install --save hello-world

Usage

import * as React from 'react'

import MyComponent from 'hello-world'

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

License

MIT © haztares