summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@jouni.me>2016-12-23 16:05:39 +0200
committerGitHub <noreply@github.com>2016-12-23 16:05:39 +0200
commit81f93e642ba76654e696809660ab173af58361bd (patch)
tree829c5ebaf5ab0cc95ffd2e057cc9fcfffa915e8b
parent363c19cd622a9067263e97bc7a2648f478b73651 (diff)
downloadvaadin-core-81f93e642ba76654e696809660ab173af58361bd.tar.gz
vaadin-core-81f93e642ba76654e696809660ab173af58361bd.zip
Update elements-introduction.adoc
Add context-menu and split-layout to the listing
-rw-r--r--docs/elements-introduction.adoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/elements-introduction.adoc b/docs/elements-introduction.adoc
index 2a2eacb..b3b9c87 100644
--- a/docs/elements-introduction.adoc
+++ b/docs/elements-introduction.adoc
@@ -17,8 +17,10 @@ If you wish to use Vaadin elements with link:http://gwtproject.org[GWT], you can
Vaadin Core Elements includes the following elements:
- link:/docs/-/part/elements/vaadin-combo-box/vaadin-combo-box-overview.html[Combo Box]
+ - link:/docs/-/part/elements/vaadin-context-menu/vaadin-context-menu-overview.html[Context Menu]
- link:/docs/-/part/elements/vaadin-date-picker/vaadin-date-picker-overview.html[Date Picker]
- - link:/docs/-/part/elements/vaadin-grid/vaadin-grid-overview.html[Grid]
+ - link:/docs/-/part/elements/vaadin-grid/vaadin-grid-overview.html[(Data) Grid]
+ - link:/docs/-/part/elements/vaadin-split-layout/vaadin-split-layout-overview.html[Split Layout]
- link:/docs/-/part/elements/vaadin-upload/vaadin-upload-overview.html[Upload]
- link:/docs/-/part/elements/vaadin-icons/vaadin-icons-overview.html[Icons]
@@ -55,7 +57,7 @@ The Polymer library is designed to make it easier and faster for developers to c
It provides a declarative syntax that makes it simpler to define custom elements, and adds features like templating, two-way data binding, and property observation to help you build powerful, reusable elements with less code.
-The Polymer team also builds and maintains a large collection of custom elements, and the most prominent one is the Paper collection. The Paper elements are Google’s reference implementation of Material Design for the web.
+The Polymer team also builds and maintains a large collection of custom elements, and the most prominent one is the Paper collection. The Paper elements are Google’s reference implementation of Material design for the web.
link:https://www.polymer-project.org[Learn more about Polymer]