summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorAnton Platonov <anton@vaadin.com>2016-08-12 14:36:01 +0300
committerAnton Platonov <anton@vaadin.com>2016-08-12 14:36:01 +0300
commitcf675624944c61169c69eff617a433ecaa5d9a9a (patch)
treeebfea9b7de0e6c8b6f96ac7cd70cf825996f2ed2 /index.html
parentd6b9a46c9198a62834de3a5af2f5e36e349a32f3 (diff)
downloadvaadin-core-cf675624944c61169c69eff617a433ecaa5d9a9a.tar.gz
vaadin-core-cf675624944c61169c69eff617a433ecaa5d9a9a.zip
Add vaadin-split-panel to the elements menu in index.html
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index 3ef7c76..e86789a 100644
--- a/index.html
+++ b/index.html
@@ -14,7 +14,7 @@ This program is available under Apache License Version 2.0, available at https:/
<style>
body {
font: normal normal normal 12pt/1.5 sans-serif;
- max-width: 48rem;
+ max-width: 38rem;
margin: 0 auto;
padding: 2rem;
}
@@ -78,6 +78,9 @@ This program is available under Apache License Version 2.0, available at https:/
<a href="../vaadin-upload/">Vaadin<br> Upload</a>
<a href="../vaadin-upload/demo/">Demo</a>
<li>
+ <a href="../vaadin-split-panel/">Vaadin<br> SplitPanel</a>
+ <a href="../vaadin-split-panel/demo/">Demo</a>
+ <li>
<a href="../vaadin-icons/">Vaadin<br> Icons</a>
<a href="../vaadin-icons/demo/">Demo</a>
</ul>