https://github.com/kevindesousa/vue-k-tabs
An simple tabs components with Gitlab design.
https://github.com/kevindesousa/vue-k-tabs
Last synced: 7 months ago
JSON representation
An simple tabs components with Gitlab design.
- Host: GitHub
- URL: https://github.com/kevindesousa/vue-k-tabs
- Owner: kevindesousa
- Created: 2018-08-26T09:52:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T10:20:34.000Z (about 7 years ago)
- Last Synced: 2025-04-19T07:56:33.040Z (8 months ago)
- Language: JavaScript
- Homepage: https://www.kevindesousa.me/v-k-tabs/
- Size: 212 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vue - vue-k-tabs - An simple tabs components with Gitlab design. ` 📝 3 years ago` (UI Components [🔝](#readme))
- awesome-vue - vue-k-tabs - A simple tabs components with Gitlab design. (Components & Libraries / UI Components)
- awesome-vue - vue-k-tabs ★1 - A simple tabs components with Gitlab design. (UI Components / Tabs)
- awesome-vue - vue-k-tabs - A simple tabs components with Gitlab design. (UI Components / Tabs)
README
# vue-k-tabs
[ ](https://www.npmjs.com/package/@kevindesousa/vue-k-tabs)
[](https://vuejs.org/)
A simple tabs components
## Table of contents
- [Installation](#installation)
- [Usage](#usage)
- [Example](#example)
## Installation
```bash
$ npm install @kevindesousa/vue-k-tabs
```
## Initialisation
```javascript
import Vue from 'vue'
import KTabs from '@kevindesousa/vue-k-tabs'
Vue.use(KTabs)
```
## Utilisation
```html
tab1
tab2
tab3
tab4
```
## Liens
[Github](https://github.com/kevindesousa/vue-k-tabs)
[NPM Package](https://www.npmjs.com/package/@kevindesousa/vue-k-tabs)
---
## License
[MIT](http://opensource.org/licenses/MIT)