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

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.

Awesome Lists containing this project

README

          

# vue-k-tabs

[![npm](https://img.shields.io/npm/v/@kevindesousa/vue-k-tabs.svg) ![npm](https://img.shields.io/npm/dm/@kevindesousa/vue-k-tabs.svg)](https://www.npmjs.com/package/@kevindesousa/vue-k-tabs)
[![vue2](https://img.shields.io/badge/vue-2.x-brightgreen.svg)](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)