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 2 months ago
JSON representation
Missing vertical tabs component for bootstrap.
- Host: GitHub
- URL: https://github.com/dbtek/bootstrap-vertical-tabs
- Owner: dbtek
- License: mit
- Created: 2013-12-01T13:49:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T07:15:27.000Z (about 6 years ago)
- Last Synced: 2025-05-09T07:40:25.906Z (2 months ago)
- Topics: bootstrap, css, tabs, vertical-tabs
- Language: HTML
- Homepage: dbtek.github.io/bootstrap-vertical-tabs
- Size: 1.11 MB
- Stars: 487
- Watchers: 40
- Forks: 159
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bootstrap Vertical Tabs 
=======================Vertical tabs component for Bootstrap 3.

### 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:
```