be-gone
v0.0.2
Published
[](https://github.com/bahrus/be-gone/actions/workflows/CI.yml) [](http://badge.fury.io/js/be-gone
Downloads
8
Readme
be-gone (👻) [WIP]
<!-- goes away when all specified web components are defined -->
<style be-gone-when-defined="my-web-component my-other-web-component">
</style>
<div be-gone-when-missing="*">
<label>...</label>
<input>...
</div> Viewing Locally
Any web server that serves static files (html, css, js) will do but...
- Install git.
- Fork/clone this repo.
- Install node.
- Open command window to folder where you cloned this repo.
npm install
npm run serve
- Open http://localhost:8000/demo in a modern browser.
Importing in ES Modules:
import 'be-gone/be-gone.js';Using from CDN:
<script type=module crossorigin=anonymous>
import 'https://esm.run/be-gone';
</script>
