0.0.18 • Published 7 months ago
be-delible v0.0.18
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 this element locally
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.
Running Tests
> npm run test
Using from CDN:
<script type=module crossorigin=anonymous>
import 'https://esm.run/be-delible';
</script>
Referencing via ESM Modules:
import 'be-delible/be-delible.js';
0.0.17
7 months ago
0.0.18
7 months ago
0.0.16
1 year ago
0.0.15
2 years ago
0.0.14
2 years ago
0.0.13
3 years ago
0.0.10
3 years ago
0.0.11
3 years ago
0.0.12
3 years ago
0.0.9
3 years ago
0.0.8
3 years ago
0.0.1
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.7
3 years ago
0.0.6
3 years ago
0.0.0
3 years ago