README
react-manavify
Simple package to learn how to publish react component into NPM
import ReactManavify from 'react-manavify';
<ReactManavify /> // Simple print Hello world.
Simple package to learn how to publish react component into NPM
<script type="module">
import reactManavify from 'https://cdn.skypack.dev/react-manavify';
</script>
Simple package to learn how to publish react component into NPM
import ReactManavify from 'react-manavify';
<ReactManavify /> // Simple print Hello world.