Code Monkey home page Code Monkey logo

m-date-picker's Introduction

rmc-date-picker


React Mobile DatePicker Component (web and react-native)

NPM version react-native react build status Codecov gemnasium deps node version npm download

Screenshots

web

ios

android

Usage

see example

Development

npm i
npm start

Example

http://localhost:8000/examples/

online example: http://react-component.github.io/m-date-picker/

react-native

npm run rn-init
npm run watch-tsc
react-native start
react-native run-ios

install

rmc-date-picker

API

DatePicker props

name description type default
className(web) additional css class of root dom node String ''
prefixCls(web) prefix class String 'rmc-date-picker'
pickerPrefixCls(web) picker prefix class String 'rmc-picker'
defaultDate default selected date. Date
date The currently selected date. Date
mode The date picker mode. String 'date' enum('date', 'time', 'datetime', 'year', 'month')
minDate min date Date new Date(2000, 1, 1, 0, 0, 0)
maxDate max date Date new Date(2030, 1, 1, 23, 59, 59)
locale the locale of area Object import from 'rmc-date-picker/lib/locale/en_US'
use12Hours 12 hours display mode Boolean false
minuteStep The amount of time, in minutes, between each minute item.  Number 1
onDateChange Date change handler. Function(date: Date) ''
onValueChange fire when picker change (vals: any, index: number) => void
formatMonth Customize display value of months (month:number, current:Date) => React.Node
formatDay Customize display value of days (day:number, current:Date) => React.Node

rmc-date-picker/lib/Popup props

name description type default
className(web) additional css class of modal node String ''
style(web) additional modal style object {}
popupTransitionName(web) String
maskTransitionName(web) String
prefixCls(web) popup's prefix class String 'rmc-picker-popup'
styles(react-native) PopupPicker's styles StyleSheet.create
datePicker DatePicker element React DatePicker element
date The currently selected date. Date
visible whether pop picker is visible Boolean false
onChange exec on ok Function(date: Date)
onVisibleChange called when pop picker visible change Function
onDismiss exec on dismiss function
okText ok button text string/React.ReactElement 'Ok'
dismissText dismiss button text string/React.ReactElement 'Dismiss'
title Popup title string/React.ReactElement ''

Test Case

npm test
npm run chrome-test

Coverage

npm run coverage

open coverage/ dir

License

rmc-date-picker is released under the MIT license.

m-date-picker's People

Contributors

yiminghe avatar warmhug avatar silentcloud avatar paranoidjk avatar jonespen avatar emersonlaurentino avatar farskid avatar kgtong avatar bang88 avatar zhang740 avatar jiangleo avatar masiqbal avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.