https://github.com/cristijora/vue-tabs
Simplified bootstrap tabs
https://github.com/cristijora/vue-tabs
nav nav-component tabs vue-components vue-tabs vuejs vuejs2
Last synced: 13 days ago
JSON representation
Simplified bootstrap tabs
- Host: GitHub
- URL: https://github.com/cristijora/vue-tabs
- Owner: cristijora
- License: mit
- Created: 2017-04-20T10:48:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T09:38:17.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T15:12:25.640Z (about 2 months ago)
- Topics: nav, nav-component, tabs, vue-components, vue-tabs, vuejs, vuejs2
- Language: CSS
- Homepage: https://cristijora.github.io/vue-tabs/#/
- Size: 437 KB
- Stars: 250
- Watchers: 7
- Forks: 70
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue-tabs
Simplified, customizable bootstrap based tabs
Vue-tabs is a tab component which simplifies the usage of tabs and their customization
## Demos
* [Basic demo](https://jsfiddle.net/b44cc4dq/187/)
* [Icons and colors](https://jsfiddle.net/b44cc4dq/188/)
* [Full width centered tabs with text bellow](https://jsfiddle.net/b44cc4dq/189/)
* [Vertical tabs](https://jsfiddle.net/b44cc4dq/190/)
* [Close or add tabs dynamically](https://jsfiddle.net/b44cc4dq/245/)
* [Change tabs programatically](https://jsfiddle.net/b44cc4dq/275/)
* [Animations with animate.css](https://jsfiddle.net/b44cc4dq/582/)# Theming
Vue-tabs supports 3 different themes by default:
* [Default (bootstrap)](https://jsfiddle.net/CristiJ/b44cc4dq/22/)
* [Paper](https://jsfiddle.net/b44cc4dq/191/)
* [Material](https://jsfiddle.net/b44cc4dq/198/)## [Documentation](https://cristijora.github.io/vue-tabs/#/)