0.0.4 • Published 8 years ago

vbl-tabs v0.0.4

Weekly downloads
2
License
MIT
Repository
-
Last release
8 years ago

Installation

$ npm install vbl-tabs --save

Examples

<template>
    <tabs>
        <tab name="About Us" :selected="true">
            <h1>Here is the content for the about us tab.</h1>
        </tab>
        <tab name="About Our Culture">
            <h1>Here is the content for the about our culture tab.</h1>
        </tab>
        <tab name="About Our Vision">
            <h1>Here is the content for the about our vision tab.</h1>
        </tab>
    </tabs>
</template>

<script>
'use strict';
import { Tabs, Tab } from 'vbl-tabs';
export default {
    components: {
        Tabs,
        Tab
    }
}
</script>
0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago