aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@vaadin.com>2017-05-30 18:38:41 +0200
committerManolo Carrasco <manolo@vaadin.com>2017-05-30 18:38:41 +0200
commit3cd4475deb625d6031c3ceadb28026cf252dfc04 (patch)
treee847a72b7a8fa248108c8e1422a47986014fed0d /index.html
parente7483856a61d07f599aee100168af8f003cf5efa (diff)
downloadvaadin-core-3cd4475deb625d6031c3ceadb28026cf252dfc04.tar.gz
vaadin-core-3cd4475deb625d6031c3ceadb28026cf252dfc04.zip
Adding new elements links
Diffstat (limited to 'index.html')
-rw-r--r--index.html15
1 files changed, 12 insertions, 3 deletions
diff --git a/index.html b/index.html
index 0109d2b..26680ed 100644
--- a/index.html
+++ b/index.html
@@ -80,9 +80,18 @@ This program is available under Apache License Version 2.0, available at https:/
<li>
<a href="../vaadin-split-layout/">Vaadin<br> SplitLayout</a>
<a href="../vaadin-split-layout/demo/">Demo</a>
- <li>
- <a href="../vaadin-context-menu/">Vaadin<br> ContextMenu</a>
- <a href="../vaadin-context-menu/demo/">Demo</a>
+ <li>
+ <a href="../vaadin-context-menu/">Vaadin<br> ContextMenu</a>
+ <a href="../vaadin-context-menu/demo/">Demo</a>
+ <li>
+ <a href="../vaadin-text-field/">Vaadin<br> TextField</a>
+ <a href="../vaadin-text-field/demo/">Demo</a>
+ <li>
+ <a href="../vaadin-button/">Vaadin<br> Button</a>
+ <a href="../vaadin-button/demo/">Demo</a>
+ <li>
+ <a href="../vaadin-form-layout/">Vaadin<br> FormLayout</a>
+ <a href="../vaadin-form-layout/demo/">Demo</a>
<li>
<a href="../vaadin-icons/">Vaadin<br> Icons</a>
<a href="../vaadin-icons/demo/">Demo</a>