@crow1796/vue-bulma-tabs

1.0.8 • Public • Published

vue-bulma-tabs

Vue.js wrapper for Bulma Tabs.

Installation

$   npm install --save @crow1796/vue-bulma-tabs

Example

<template>
    <Tabs orientation="vertical">
        <Tab name="Tab 1" :selected="true">
            Tab 1 Content
        </Tab>
        <Tab name="Tab 2">
            Tab 2 Content
        </Tab>
    </Tabs>
</template>

<script>
import { Tabs, Tab } from '@crow1796/vue-bulma-tabs'

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

Props

Tabs

Prop Name Accepted Values Type Required? Default
orientation horizontal, vertical String no horizontal

Tab

Prop Name Accepted Values Type Required? Default
name any String yes
selected true or false Boolean no false

Readme

Keywords

none

Package Sidebar

Install

npm i @crow1796/vue-bulma-tabs

Weekly Downloads

9

Version

1.0.8

License

MIT

Unpacked Size

654 kB

Total Files

18

Last publish

Collaborators

  • crow1796