helloword-componentdeprecated

npm install --save helloword-component

Usage no npm install needed!

<script type="module">
  import hellowordComponent from 'https://cdn.skypack.dev/helloword-component';
</script>

README

helloword-component

NPM JavaScript Style Guide

Install

npm install --save helloword-component

Usage

import React, { Component } from 'react'

import MyComponent from 'helloword-component'

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

License

MIT © jsavinash