From b7b1cdad60a639266e6b89f4e854e4a0218745ce Mon Sep 17 00:00:00 2001 From: Alex Corr <43879576+alexcorrs@users.noreply.github.com> Date: Fri, 21 Dec 2018 10:16:59 +0000 Subject: [PATCH] add my text about web components to the article (#26130) * add my text about web components to the article * Removed stub & html tags moved more info to bottom * Reformatted links --- .../how-do-i-use-web-components/index.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/guide/english/web-components/how-do-i-use-web-components/index.md b/guide/english/web-components/how-do-i-use-web-components/index.md index 5a25307e0a..7ec94d6f32 100644 --- a/guide/english/web-components/how-do-i-use-web-components/index.md +++ b/guide/english/web-components/how-do-i-use-web-components/index.md @@ -3,11 +3,19 @@ title: How do I use Web Components? --- #### How do I use Web Components? -This is a stub. Help our community expand it. -This quick style guide will help ensure your pull request gets accepted. +

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. You can learn more here.

+ + four web components + +

You can also learn more about this components and how to use them on other websites, such as: - #### More Information: +- Mozilla +- Sitepen +- Codeburst +