In the following example, the vertical pill menu is placed inside the last column. So, on a large screen, the menu will be displayed on the right. However, on a small screen, the material will automatically convert to a single-column layout:
To make the tabs toggleable, add the data-toggle=”tab” property to all links. Then, add a .tab-pane class with a unique ID for each tab and surround it inside a <div> element with class .tab-content.
To make the tabs fade in and out when clicked, add the .fade class to .tab-pane.