0.0.16 • Published 2 months ago

be-delible v0.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

be-delible

Make a DOM element delible.

Playwright Tests

Size of package, including custom element behavior framework (be-enhanced):

How big is this package in your project?

Size of new code in this package:

CDN

<script type=module>
    import 'https://esm.run/be-delible'
</script>

Use of attributes is not required (for example, during template instantiation, where use of attributes isn't optimal).

Running locally

  1. Do a git clone or a git fork of repository https://github.com/bahrus/be-delible
  2. Install node.js
  3. Run "npm install" from location of folder created in step 1.
  4. Run npm run serve. Open browser to http://localhost:3030/demo/

Using from ESM Module:

import 'be-committed/be-delible.js';

Using from CDN:

<script type=module crossorigin=anonymous>
    import 'https://esm.run/be-delible';
</script>
0.0.16

2 months ago

0.0.15

4 months ago

0.0.14

12 months ago

0.0.13

1 year ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.1

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.0

2 years ago