Make a DOM element delible.
<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>
Any web server than can serve static files will do, but...
- Install git.
- Fork/clone this repo.
- Install node.js
- Install Python 3 or later
- Open command window to folder where you cloned this repo.
-
npm install
-
npm run serve
- Open http://localhost:8000/demo/ in a modern browser.
> npm run test
<script type=module crossorigin=anonymous>
import 'https://esm.run/be-delible';
</script>
import 'be-delible/be-delible.js';