0.1.4 • Published 3 years ago

jesse-hello-world-npm v0.1.4

Weekly downloads
15
License
-
Repository
-
Last release
3 years ago

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