k186 / vue-wheel-scroll-datepikcer

mobile date picker like ios scroll

Home Page:http://k186studio.com/demos/vue/mobilePicker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

do no use this in your production environment!!!

this project is no longer updated ,please use this instead

vue deatePicker for mobile component

###Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

props config

  valueStr: {
    type: String,
    default: ''
  },
  visible: {
    type: Boolean,
    default: false,
    required: true
  },
  options: {
    type: Object
  }

valueStr: the init date value like 2017-3-7 14:50

visible: without use vuex ,so you need control picker visible by yourself

selectDay:callback function

#example

About

mobile date picker like ios scroll

http://k186studio.com/demos/vue/mobilePicker/

License:MIT License


Languages

Language:Vue 64.4%Language:CSS 17.2%Language:JavaScript 15.1%Language:HTML 3.2%