vue-mobiscroll icon indicating copy to clipboard operation
vue-mobiscroll copied to clipboard

A light-weight flexible Scroll Picker similiar to Mobiscroll built with Vue.js

vue-mobiscroll

A light-weight flexible Scroll Picker similiar to Mobiscroll built with Vue.js

Support swipping up / down, mouse dragging up / down , mouse scrolling up / down.

how to use it?

git clone https://github.com/nelsonkuang/vue-mobiscroll.git
cd vue-mobiscroll
npm install
# watch:
npm run dev
# build:
npm run build

then run npm run dev and check the page on http://localhost:8080/

or live demo below:

One Scroller

Todo:

~~Add mouse dragging effect.~~

Add more examples.

~~Add scroll triggering options changing.~~

v1.0.0 (2017-03-23)