js-universal-module
v1.1.3
Published
js-universal-module React component
Downloads
2
Readme
js-universal-module
Nevermind this package, it's only for testing but in short it is an universal js module that can be imported into other projects using a <script>
Usage
- Check what is the latest version here: https://www.npmjs.com/package/js-universal-module
- Change this link to use the latest version
https://unpkg.com/[email protected]/umd/js-universal-module.js
- Include the script tag in your html. You can use async aswell.
<script async defer src="https://unpkg.com/[email protected]/umd/js-universal-module.js"></script>
- In your other code you can access the module with
UMDComponent
.
Props you can pass in
{
"person": "Arnas",
"message": "How are you?"
}