diff --git a/guide/english/web-components/libraries-used-to-create-web-components/index.md b/guide/english/web-components/libraries-used-to-create-web-components/index.md index e351064504..a6d6a18041 100644 --- a/guide/english/web-components/libraries-used-to-create-web-components/index.md +++ b/guide/english/web-components/libraries-used-to-create-web-components/index.md @@ -3,11 +3,18 @@ title: Libraries to use to create web components --- #### Libraries for building web components -This is a stub. Help our community expand it. +Nowadays, as the topic of web components gets more and more mature, there are a couple of valuable libraries which allow to create web components easily. +The most iconic one is definitely *Polymer*, which can be found [here](https://www.polymer-project.org/). +On top of that the most popular frameworks also allow to create web components: +1. *Angular* (min. version 6) https://angular.io/guide/elements +2. *Vue* (min. version 3) https://vuejsdevelopers.com/2018/05/21/vue-js-web-component/ -This quick style guide will help ensure your pull request gets accepted. - - +Less known ones (which doesn't mean that these are any worse) are: +1. [https://x-tag.github.io/](*x-tag*) +1. [https://github.com/hybridsjs/hybrids](hybrids) +1. [https://github.com/sveltejs/svelte](svelte) #### More Information: +Useful links: +1. https://www.webcomponents.org/libraries