Home

Awesome

vue-nav-tab

Tab components for Vue.js project

Build status

Build status npm

Features

Installation

yarn add vue-nav-tab
# or
npm i vue-nav-tab

Browser support

ChromeFirefoxIEOperaSafari
51+54+15+38+10+

Live demo

Usage

Please refer to documentation

Contribution

If you want to contribute for this project, feel free to create pull request but please follow the guide:

To test this library locally:

# build
yarn build

# create portable module
yarn pack

# copy the vue-nav-tab-<version>.tgz file to the root of consumer project and add it as dependency
"dependencies": {
  "vue-nav-tab": "file:vue-nav-tab-<version>.tgz"
}

# install it
yarn

License

MIT