All Projects → k186 → Vue Wheel Scroll Datepikcer

k186 / Vue Wheel Scroll Datepikcer

Licence: other
mobile date picker like ios scroll

Projects that are alternatives of or similar to Vue Wheel Scroll Datepikcer

Awesome Tensorflow Lite
TensorFlow Lite models, samples, tutorials, tools and learning resources.
Stars: ✭ 676 (+3655.56%)
Mutual labels:  mobile
Qr Filetransfer
Transfer files over WiFi between your computer and your smartphone from the terminal
Stars: ✭ 738 (+4000%)
Mutual labels:  mobile
Pyamplitude
A Python connector for Amplitude Analytics
Stars: ✭ 16 (-11.11%)
Mutual labels:  mobile
Framework7 Vue
Deprecated! Build full featured iOS & Android apps using Framework7 & Vue
Stars: ✭ 682 (+3688.89%)
Mutual labels:  mobile
Ribs
Uber's cross-platform mobile architecture framework.
Stars: ✭ 6,641 (+36794.44%)
Mutual labels:  mobile
Elide
Elide is a Java library that lets you stand up a GraphQL/JSON-API web service with minimal effort.
Stars: ✭ 766 (+4155.56%)
Mutual labels:  mobile
Cordova Plugin File
Apache Cordova Plugin file
Stars: ✭ 664 (+3588.89%)
Mutual labels:  mobile
Swiftyrsa
RSA public/private key encryption in Swift
Stars: ✭ 894 (+4866.67%)
Mutual labels:  mobile
Embeddinator 4000
Tools to turn .NET libraries into native libraries that can be consumed on Android, iOS, Mac, Linux and other platforms.
Stars: ✭ 735 (+3983.33%)
Mutual labels:  mobile
Realm Core
Core database component for the Realm Mobile Database SDKs
Stars: ✭ 836 (+4544.44%)
Mutual labels:  mobile
Swiper
Most modern mobile touch slider with hardware accelerated transitions
Stars: ✭ 29,519 (+163894.44%)
Mutual labels:  mobile
Ring
Innovative and practical general-purpose multi-paradigm language
Stars: ✭ 716 (+3877.78%)
Mutual labels:  mobile
React Native Cookies
Cookie manager for React Native
Stars: ✭ 784 (+4255.56%)
Mutual labels:  mobile
Turtlebot3
ROS packages for Turtlebot3
Stars: ✭ 673 (+3638.89%)
Mutual labels:  mobile
Flutterfoodybite
Flutter representation of a Restaurant app UI.
Stars: ✭ 880 (+4788.89%)
Mutual labels:  mobile
Frida Scripts
A collection of my Frida.re instrumentation scripts to facilitate reverse engineering of mobile apps.
Stars: ✭ 665 (+3594.44%)
Mutual labels:  mobile
Crboxinputview
Verify code input view. Support security type for password.短信验证码输入框,支持密文模式
Stars: ✭ 749 (+4061.11%)
Mutual labels:  mobile
Mobileblazorbindings
Experimental Mobile Blazor Bindings - Build native and hybrid mobile apps with Blazor
Stars: ✭ 893 (+4861.11%)
Mutual labels:  mobile
Brainpowerapp
A visual memory training game, a mobile game made with Xamarin for both Android and IOS .
Stars: ✭ 17 (-5.56%)
Mutual labels:  mobile
Mobile Select
手机移动端选择组件 支持是否级联/单选到多选/可异步更新数据等..
Stars: ✭ 829 (+4505.56%)
Mutual labels:  mobile

do no use this in your production environment!!!

this project is no longer updated ,please use this instead

vue deatePicker for mobile component

demo

###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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].