JSPM

  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q59447F
  • License MIT

Activate template content.

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)

Example 2