Meteor Webcomponent

screenshot of Meteor Webcomponent

WebComponent integration for Meteor templates

Overview

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.

Features

  • Turn any Meteor template into a new element on all modern browsers
  • Provides CSS and DOM isolation with Shadow DOM
  • Supports attributes and child DOM
  • Compatible with all modern browsers (IE 9+)

Summary

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.