0.0.19 • Published 2 years ago

be-functional v0.0.19

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

be-functional

Playwright Tests

How big is this package in your project?

Working like it's '95

<button be-functional='{
    "click": {
        "scriptRef": "my-script",
        "fn": "yawnAndStretch"
    }
}'>Tumble out of bed</button>
...
<script nomodule id=my-script be-exportable>
export const yawnAndStretch = e => {
    e.target.textContent = 'Try to come to life';
}
</script>

Running locally

  1. Do a git clone or a git fork of repository https://github.com/bahrus/be-functional
  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-functional/be-functional.js';

Using from CDN:

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

2 years ago

0.0.18

2 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.17

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

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

3 years ago

0.0.1

4 years ago

0.0.0

4 years ago