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/

GitHub