vue-swipeable-tab
v0.7.0
Published
vue-swipeable-tab is a Vue component.
Downloads
14
Readme
vue-swipeable-tab
A swipeable tab Vue component, Compatible with Vue 2.x.
This component works only on mobile.
Install
npm install vue-swipeable-tab
import SwipeableTab from 'vue-swipeable-tab'
Vue.component('my-component', {
components: {
SwipeableTab
}
});