Add Web Components

This commit is contained in:
tricinel
2018-10-05 17:57:34 +02:00
parent c0f5d12fbe
commit d6e26ae3dc

View File

@ -0,0 +1,4 @@
### Web Components
Web Components are a set of web platform APIs that allow you to create new custom, reusable, encapsulated HTML tags to use on web pages and apps.
Building custom components using these standards means that you can use them across modern browsers regardless of any JavaScript library or framework.