0.1.2 • Published 5 years ago

tag-components v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Tag Components

This project is an experiment to define web components in a declarative way. It introduces the new tag <component> to HTML. It also implements a polyfill, see component-polyfill.js.

How to use?

Just add this script tag in the <head> of your HMTL, like this:

 <head>
   <script src="https://cdn.jsdelivr.net/gh/emanuelhfarias/tag-components/component-polyfill.js"></script>
 </head>
0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago