0.1.0 • Published 8 years ago
@rebelcode/vc-tabs v0.1.0
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 devBuild library for production
npm run productionRun e2e tests
npm run e2e0.1.0
8 years ago