# web components
Web components are a set of web platform APIs that allow you to create new custom, reusable, encapsulated HTML tags to use in web pages and web apps. Custom components and widgets build on the Web Component standards, will work across modern browsers, and can be used with any JavaScript library or framework that works with HTML.
Web components are based on existing web standards. Features to support web components are currently being added to the HTML and DOM specs, letting web developers easily extend HTML with new elements with encapsulated styling and custom behavior.
# articles
Web Components : l’adoption pourrait s’accélérer ! : blog.palo-it.com : 20171107
# specs
# polyfills
webcomponents.js (v1 spec polyfills)
# web components examples
Official web components for Google's APIs and services