vue-swipeable-tab

vue-swipeable-tab is a Vue component.


Keywords
swipe, tab
License
MIT
Install
npm install vue-swipeable-tab@0.5.3

Documentation

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
    }
});