aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@jouni.me>2016-03-11 11:35:58 +0200
committerJouni Koivuviita <jouni@jouni.me>2016-03-11 11:35:58 +0200
commit3d9bf9df276e7a4a50b5a62584609bdead864d3c (patch)
tree6a133c81473ec07cf0fd41e990443c7ed6517fa6
parent4377232363091ed37dcfa5164f3a4eeb2bd3e36e (diff)
downloadvaadin-core-3d9bf9df276e7a4a50b5a62584609bdead864d3c.tar.gz
vaadin-core-3d9bf9df276e7a4a50b5a62584609bdead864d3c.zip
Update elements-introduction.md
-rw-r--r--doc/elements-introduction.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/elements-introduction.md b/doc/elements-introduction.md
index 5289332..9e388a8 100644
--- a/doc/elements-introduction.md
+++ b/doc/elements-introduction.md
@@ -14,10 +14,12 @@ Although based on Polymer, Vaadin elements can be used together with any other w
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:
+Vaadin Core Elements includes the following elements:
- - [vaadin-grid](https://vaadin.com/docs/-/part/elements/vaadin-grid/overview.html)
- - [vaadin-combo-box](https://vaadin.com/docs/-/part/elements/vaadin-combo-box/vaadin-combo-box-overview.html)
+ - [Combo Box](https://vaadin.com/docs/-/part/elements/vaadin-combo-box/vaadin-combo-box-overview.html)
+ - [Date Picker](https://vaadin.com/docs/-/part/elements/vaadin-date-picker/vaadin-date-picker-overview.html)
+ - [Grid](https://vaadin.com/docs/-/part/elements/vaadin-grid/overview.html)
+ - [Upload](https://vaadin.com/docs/-/part/elements/vaadin-upload/vaadin-upload-overview.html)
Learn more about the benefits of using Vaadin elements from the [Vaadin elements page ยป](https://vaadin.com/elements)