jesse-hello-world-npm

An NPM package that creates a Hello World React Component.

Usage no npm install needed!

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

README

Hello World NPM!

An NPM package that creates a Hello World React Component.

Use

install the NPM package:

npm i jesse-hello-world-npm

Then to use in an Application:

import Hello from 'jesse-hello-world-npm/Hello';
import Bye from 'jesse-hello-world-npm/Bye';

...

<Hello />
<Bye name="Jesse" />

Notes/References/etc