Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dbtek/bootstrap-vertical-tabs

Missing vertical tabs component for bootstrap.
https://github.com/dbtek/bootstrap-vertical-tabs

bootstrap css tabs vertical-tabs

Last synced: about 12 hours ago
JSON representation

Missing vertical tabs component for bootstrap.

Awesome Lists containing this project

README

        

Bootstrap Vertical Tabs ![bower version](http://img.shields.io/bower/v/bootstrap-vertical-tabs.svg)
=======================

Vertical tabs component for Bootstrap 3.

![screenshot](screenshot.png)

### Install
* Via npm:
```bash
$ npm i -S bootstrap-vertical-tabs
```
* Via bower (recommended):
```bash
$ bower install bootstrap-vertical-tabs
```
* Or you can just clone, [download](https://github.com/dbtek/bootstrap-vertical-tabs/releases) from GitHub.

### Usage

* [Get](https://github.com/dbtek/bootstrap-vertical-tabs#install) the package.
* Include css in your html. / Load with webpack or css processors.
* Use it.

#### Left Tabs
```html




Home Tab.

Profile Tab.

Messages Tab.

Settings Tab.



```

#### Right Tabs
```html




Home Tab.

Profile Tab.

Messages Tab.

Settings Tab.



```
#### Sideways Tabs :new:

Add `sideways` class to tabs.

Example:
```