From 3e4c913953da7dbcd3fbb0b5d9ca78104017f8e9 Mon Sep 17 00:00:00 2001 From: harry Date: Mon, 15 May 2017 22:12:07 +0530 Subject: [PATCH] Add Vertical tabs codepen! --- docs/pages/tabs.md | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/docs/pages/tabs.md b/docs/pages/tabs.md index 10a292a45..ba104360c 100644 --- a/docs/pages/tabs.md +++ b/docs/pages/tabs.md @@ -82,10 +82,18 @@ Put it all together, and we get this: Add the `.vertical` class to a tabstrip to stack tabs vertically. You can also place the tabstrip and the tab contents in a grid to make them sit side-by-side. +

+ Watch this part in video +

+ +
+ edit on codepen button +
+ ```html_example
-
    +
    • Tab 1
    • Tab 2
    • Tab 3
    • @@ -93,26 +101,32 @@ Add the `.vertical` class to a tabstrip to stack tabs vertically. You can also p
    • Tab 5
    • Tab 6
    -
-
-
+
+
+
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

+

One

+

Check me out! I'm a super cool Tab panel with text content!

-

Vivamus hendrerit arcu sed erat molestie vehicula. Sed auctor neque eu tellus rhoncus ut eleifend nibh porttitor. Ut in nulla enim. Phasellus molestie magna non est bibendum non venenatis nisl tempor. Suspendisse dictum feugiat nisl ut dapibus.

+

Two

+
- +

Three

+

Check me out! I'm a super cool Tab panel with text content!

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

+

Four

+
-

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

Five

+

Check me out! I'm a super cool Tab panel with text content!

- +

Six

+
-- 2.47.2