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

Package detail

vue-multiple-scrollbar

vue-multiple65MIT1.0.4

Vue-based scrollbar component

vue, vue-scrollbar, scrollbar, components

readme

scrollbar

Vue-based scrollbar component

Install

npm install vue-multiple-scrollbar -S

Quick Start

import Vue from 'vue'
import VmScrollbar from 'vue-multiple-scrollbar'

Vue.component(VmScrollbar.name, VmScrollbar)

For more information, please refer to scrollbar in our documentation.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run demo:dev

# build for demo with minification
npm run demo:build

# build for gh-pages with minification
npm run demo:prepublish

# build for production with minification
npm run build

LICENSE

MIT