0.0.15 • Published 2 months ago

be-typed v0.0.15

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

be-typed

Allow the user to customize input element during run time.

Playwright Tests How big is this package in your project?

Markup:

<label  be-typed><span>[Specify Name]</span></label>

x: Adds edit button inside label. x: Edit button opens dialog that allows user to select type of input (boolean, number, etc). x: Can also specify validation attributes x: Some attributes related to be-reformable can also optionally be edited. x: Dialog also supports selecting name of input element.

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.
  4. Open command window to folder where you cloned this repo.
  5. npm install

  6. npm run serve

  7. Open http://localhost:3030/demo/dev in a modern browser.

Running Tests

> npm run test

Using from CDN:

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

Referencing via ESM Modules:

import 'be-lazy/be-typed.js';
0.0.15

2 months ago

0.0.13

9 months ago

0.0.14

8 months ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.10

2 years ago

0.0.1

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.9

2 years ago

0.0.8

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