https://github.com/vue-bulma/tabs
Tabs Component for Vue Bulma
https://github.com/vue-bulma/tabs
Last synced: 7 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 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T12:38:03.000Z (about 7 years ago)
- Last Synced: 2025-03-25T20:11:09.288Z (8 months ago)
- Language: Vue
- Size: 17.6 KB
- Stars: 40
- Watchers: 1
- Forks: 38
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vue-refactor - vue-bulma-tabs
- awesome-vuejs - vue-bulma-tabs
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


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