Package Exports
- be-active
- be-active/be-active.js
Readme
be-active [TODO]
Activate template content.
Example 1
<template be-active>
<script type=module id=blah>
import('./blah.js');
</script>
<style id=IndieFlowerFont>
@import url(https://fonts.googleapis.com/css?family=Indie+Flower);
</style>
</template>Appends each DOM element to head if no matching id found (id optional)