Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vue-bulma/tabs

Tabs Component for Vue Bulma
https://github.com/vue-bulma/tabs

Last synced: 2 months ago
JSON representation

Tabs Component for Vue Bulma

Awesome Lists containing this project

README

        

# Tabs

[Tabs](http://bulma.io/documentation/components/tabs) component for Vue Bulma.

## Installation

```console
$ npm install vue-bulma-tabs --save
```

## Examples

```vue


Pictures Tab
Music Tab
Video Tab
Document Tab

import { Tabs, TabPane } from 'vue-bulma-tabs'

export default {
components: {
Tabs,
TabPane
}
}

```

## Badges

![](https://img.shields.io/badge/license-MIT-blue.svg)
![](https://img.shields.io/badge/status-stable-green.svg)

---

> [fundon.me](https://fundon.me)  · 
> GitHub [@fundon](https://github.com/fundon)  · 
> Twitter [@_fundon](https://twitter.com/_fundon)