From: Jouni Koivuviita Date: Fri, 4 Mar 2016 11:53:43 +0000 (+0200) Subject: Update elements-introduction.md X-Git-Tag: v1.0.0~22 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=38a730909c35b316a4c15b8b9e48ed66cd35640d;p=vaadin-core.git Update elements-introduction.md --- diff --git a/doc/elements-introduction.md b/doc/elements-introduction.md index c8bdfd6..5289332 100644 --- a/doc/elements-introduction.md +++ b/doc/elements-introduction.md @@ -10,7 +10,9 @@ layout: page Vaadin Core Elements is a free and open source set of high quality [Web Components](http://webcomponents.org) for building mobile and desktop web applications in modern browsers. It builds on top of Google’s [Polymer](http://www.polymer-project.org) library, and augments the [Iron, Paper and other element sets of Polymer](https://elements.polymer-project.org) with elements that are needed in building business applications. -Although based on Polymer, Vaadin elements can be used together with any other web framework which has support for Web Components. If you wish to use Vaadin elements with [GWT](http://gwtproject.org), you can use [GWT Polymer Elements](https://vaadin.com/gwt) +Although based on Polymer, Vaadin elements can be used together with any other web framework which has support for Web Components. See the "Integrations" section for examples how to use the elements together with different JavaScript frameworks and libraries. + +If you wish to use Vaadin elements with [GWT](http://gwtproject.org), you can use [GWT Polymer Elements](https://vaadin.com/gwt) Current set of Vaadin Core Elements include: @@ -72,6 +74,16 @@ See also - [Native Web Components support](http://webcomponents.org/) - [Browser support of webcomponents.js polyfill](https://github.com/WebComponents/webcomponentsjs#browser-support) - [Browser support of Polymer](https://www.polymer-project.org/1.0/resources/compatibility.html) + +## Framework support + +You can use Vaadin elements together with any JavaScript framework or library which has support for Web Components. + +Example integrations for some popular frameworks and libraries: + +- [Polymer](/docs/-/part/elements/integrations/polymer.html) +- [Angular 2](/docs/-/part/elements/integrations/angular2.html) +- [Angular 2](/docs/-/part/elements/integrations/react.html)