react-npm-component

React component template

Usage no npm install needed!

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

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?