be-valued
v0.0.5
Published
Reflect the value of the input to the value attribute on input event.`
Downloads
10
Maintainers
Readme
be-valued
Reflect the value of the input to the value attribute on input event.
<form be-valued>
<input>
</form>
Useful for styling, persistence of innerHTML.
Viewing Locally
Any web server that serves static files will do but...
- Install git.
- Fork/clone this repo.
- Install node.
- Open command window to folder where you cloned this repo.
npm install
npm run serve
- Open http://localhost:3030/demo in a modern browser.
Importing in ES Modules:
import 'be-valued/be-valued.js';
Using from CDN:
<script type=module crossorigin=anonymous>
import 'https://esm.run/be-valued';
</script>