be-delible
v0.0.19
Published
Make a DOM element delible
Downloads
97
Maintainers
Readme
be-delible (⌫)
Make a DOM element delible.
Markup:
<label be-delible>
<input type="checkbox" name="">
<span>Check me out</span>
</label>or
<label ⌫>
<input type="checkbox" name="">
<span>Check me out</span>
</label>Viewing Locally
Any web server that serves static files with server-side includes will do but...
- Install git
- Fork/clone this repo
- Install node.js
- Open command window to folder where you cloned this repo
git submodule add https://github.com/bahrus/types.git types
git submodule update --init --recursive
npm install
npm run serve
- Open http://localhost:8000/demo/ in a modern browser
Running Tests
> npm run testUsing from CDN:
<script type=module crossorigin=anonymous>
import 'https://esm.run/be-delible';
</script>Referencing via ESM Modules:
import 'be-delible/be-delible.js';
