template-polyfill

2.0.0 • Public • Published

template-polyfill

npm

A polyfill for the HTML5 <template> tag.

The code is from Brian Blakely's JSFiddle. Packaged up so that people can use it via npm.

Usage

npm install template-polyfill
var templatePolyfill = require('template-polyfill')
 
templatePolyfill()

You'll also need:

<script>
// In your <head> tag
document.createElement('template');
</script> 
/* In your CSS */
template {
  display: none !important;
}

/template-polyfill/

    Package Sidebar

    Install

    npm i template-polyfill

    Weekly Downloads

    518

    Version

    2.0.0

    License

    MIT

    Last publish

    Collaborators

    • jeffcarp