Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vue-bulma/tabs
- Owner: vue-bulma
- License: mit
- Created: 2016-07-11T09:36:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T12:38:03.000Z (about 6 years ago)
- Last Synced: 2024-10-01T01:42:05.986Z (3 months ago)
- Language: Vue
- Size: 17.6 KB
- Stars: 41
- Watchers: 2
- Forks: 38
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)