]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add vertical menu codepen!
authorharry <harmanmanchanda182@gmail.com>
Sun, 14 May 2017 10:54:29 +0000 (16:24 +0530)
committerharry <harmanmanchanda182@gmail.com>
Sun, 14 May 2017 10:54:29 +0000 (16:24 +0530)
docs/pages/menu.md

index b15defd0695a7af87b0e32845bf129f3437aead4..02d13d9bdb042674e59caf4ab95d8e2c96fa5185 100644 (file)
@@ -121,8 +121,14 @@ Items can also be set to expand out and take up an even amount of space, with th
 
 Add the `.vertical` class to a Menu to switch its orientation.
 
+<div class="docs-video-codepen-container">
+  <a class="" data-open-video="12:00"><img src="https://www.elastic.co/static/images/svg/video-play-btn.svg" class="video-icon" height="30" width="30" alt=""> Watch this part in video</a>
+
+  <a class="codepen-logo-link" href="https://codepen.io/IamManchanda/pen/YVLmBY?editors=1000" target="_blank"><img src="{{root}}assets/img/logos/cp1.svg" class="" height="" width="" alt="edit on codepen button"></a>
+</div>
+
 ```html_example
-<ul class="menu vertical">
+<ul class="vertical menu">
   <li><a href="#">One</a></li>
   <li><a href="#">Two</a></li>
   <li><a href="#">Three</a></li>