@rebelcode/vc-tabs
v0.1.0
Published
Tabs component
Downloads
6
Readme
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