react-mobile-datepicker
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -0,1 +1,7 @@ | ||
v1.0.5 - Thu, 23 Jun 2016 13:37:16 GMT | ||
-------------------------------------- | ||
- | ||
v1.0.4 - Thu, 23 Jun 2016 13:34:36 GMT | ||
@@ -2,0 +8,0 @@ -------------------------------------- |
{ | ||
"name": "react-mobile-datepicker", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "一个移动端时间选择器react组件", | ||
@@ -5,0 +5,0 @@ "main": "./dist/mobile-datepicker.js", |
@@ -10,3 +10,4 @@ # react-mobile-datepicker | ||
Using [npm](https://www.npmjs.com/): | ||
$ npm install react-mobile-datepicker --save | ||
`$ npm install react-mobile-datepicker --save` | ||
然后,使用模块加载工具流,支持common.js或ES2015模块,例如[webpack](https://github.com/webpack/webpack) | ||
@@ -41,3 +42,4 @@ | ||
isOpen={true} | ||
startDate={new Date()} | ||
startDate={today} | ||
minDate={minDate} | ||
onCancel={() => { isOpen = false; }} | ||
@@ -44,0 +46,0 @@ onSelect={(time) => { console.log(time); }} />, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47580
93