Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

vue-swipeable-tab

gungungggun9MIT0.7.0

vue-swipeable-tab is a Vue component.

swipe, tab

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