vuex-tabs

0.1.0 • Public • Published

vuex-tabs

Tabs component for Vue.js/Vuex

Installation:

NPM:

npm install --save vuex-tabs

Yarn:

yarn add vuex-tabs

Usage:

<template>
  <tabs>
    <tab title="Tab 1" active="true">
      Tab 1 content
    </tab>
    <tab title="Tab 2">
      Tab 2 content
    </tab>
    <tab title="Tab 3">
      Tab 3 content
    </tab>
  </tabs>
</template>
 
<script>
import { Tabs, Tab } from 'vuex-tabs';
 
export default {
  components: { Tabs, Tab }
}
</script> 

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i vuex-tabs

    Weekly Downloads

    0

    Version

    0.1.0

    License

    GPL-3

    Unpacked Size

    36.6 kB

    Total Files

    4

    Last publish

    Collaborators

    • w3news