
WebComponent integration for Meteor templates
The numtel:webcomponent is a library that allows you to turn any Meteor template into a new element on all modern browsers. It utilizes Polymer's webcomponents.js polyfill library to enable the use of web components. Web components are a set of web platform APIs and a runtime that allow you to create reusable custom elements with their own styles and behavior, encapsulated away from the rest of the DOM.
The numtel:webcomponent library allows users to convert any Meteor template into a web component using Polymer's webcomponents.js polyfill library. Web components provide CSS and DOM isolation, allowing for reusable custom elements with their own styles and behavior. The library is compatible with all modern browsers and can be easily installed in a Meteor project.
