Skip to content

bahrus/be-delible

Repository files navigation

be-delible (⌫)

Make a DOM element delible.

Playwright Tests NPM version How big is this package in your project?

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...

  1. Install git.
  2. Fork/clone this repo.
  3. Install node.js
  4. Install Python 3 or later
  5. Open command window to folder where you cloned this repo.
  6. npm install

  7. npm run serve

  8. 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';

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published