1.1.3 • Published 6 years ago

vue-bulma-tabs v1.1.3

Weekly downloads
77
License
MIT
Repository
github
Last release
6 years ago

Tabs

Tabs component for Vue Bulma.

Installation

$ npm install vue-bulma-tabs --save

Examples

<template>
  <tabs animation="slide" :only-fade="false">
    <tab-pane label="Pictures">Pictures Tab</tab-pane>
    <tab-pane label="Music">Music Tab</tab-pane>
    <tab-pane label="Videos" selected>Video Tab</tab-pane>
    <tab-pane label="Documents" disabled>Document Tab</tab-pane>
  </tabs>
</template>

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

export default {
  components: {
    Tabs,
    TabPane
  }
}
</script>

Badges

npm.io npm.io


fundon.me  ·  GitHub @fundon  ·  Twitter @_fundon