Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 757 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 757 Bytes

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)