README
React component template
Just an example regaring how to package a react component using npm and webpack
$ npm run build
How to use it:
import MyComponent from 'react-npm-component';
<MyComponent name="Bob" />
What's up, Bob?
React component template
<script type="module">
import reactNpmComponent from 'https://cdn.skypack.dev/react-npm-component';
</script>
Just an example regaring how to package a react component using npm and webpack
$ npm run build
How to use it:
import MyComponent from 'react-npm-component';
<MyComponent name="Bob" />
What's up, Bob?