hello-react-library

npm install --save hello-react-library

Usage no npm install needed!

<script type="module">
  import helloReactLibrary from 'https://cdn.skypack.dev/hello-react-library';
</script>

README

hello-react-library

NPM JavaScript Style Guide

Install

npm install --save hello-react-library

Usage

import * as React from "react";

import { CompA, CompB } from "hello-react-library";

export default class App extends Component {
  render() {
    return (
      <div>
        <CompA />
        <CompB value="xyz" />
      </div>
    );
  }
}

License

MIT © bnayae