A set of polyfills to support web components.
[ This description is mirrored from README.md at github.com/arsnebula/nebula-polyfills on 2019-05-10 ]
nebula-polyfills
Essential polyfills to support nebula web components.
Installation
$ bower install -S arsnebula/nebula-polyfills
Usage
In the <HEAD>
section of your index.html
file, import the complete set:
<link rel="import" href="./bower_components/nebula-polyfills/nebula-polyfills.html">
or, you add script and import tags for individual polyfills:
<script src="./bower_components/webcomponentsjs/webcomponents-loader.js"></script>
<script src="./bower_components/inert-polyfill/inert-polyfill.min.js"></script>
<script src="./bower_components/fetch/fetch.js"></script>
<script src="./bower_components/web-animations-js/web-animations.min.js"></script>
Change Log
See CHANGELOG
License
See LICENSE
Install
Framework Support
Polymer 1.0+
Browser Independent
Install with
Run the above Bower command in your project folder.
If you have any issues installing, please
contact the author.
Release notes - Version 2.0.0
Dependencies
- fetch#github/fetch#latest
- inert-polyfill#googlechrome/inert-polyfill#latest
- web-animations-js#web-animations/web-animations-js#latest
- webcomponentsjs#webcomponents/webcomponentsjs#>=1.0.0-rc.1 <2.0