diff options
author | Anton Platonov <anton@vaadin.com> | 2016-08-12 14:36:01 +0300 |
---|---|---|
committer | Anton Platonov <anton@vaadin.com> | 2016-08-12 14:36:01 +0300 |
commit | cf675624944c61169c69eff617a433ecaa5d9a9a (patch) | |
tree | ebfea9b7de0e6c8b6f96ac7cd70cf825996f2ed2 /index.html | |
parent | d6b9a46c9198a62834de3a5af2f5e36e349a32f3 (diff) | |
download | vaadin-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.html | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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> |