0.1.0 • Published 6 years ago

@rebelcode/vc-tabs v0.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

Tabs Component

Usage

<tabs :options="tabsConfig" v-model="activeTab">
    <tab title="First Tab">
        First Tab Content
    </tab>
    <tab title="Second Tab">
        Secont Tab Content
    </tab>
    <tab title="Third Tab">
        Third Tab Content
    </tab>
</tabs>

Development

Run npm install to install all dev dependencies.

Here is available npm commands.

Build library while developing

npm run dev

Build library for production

npm run production

Run e2e tests

npm run e2e