Gathering detailed insights and metrics for rmc-date-picker-fixminiute
Gathering detailed insights and metrics for rmc-date-picker-fixminiute
Gathering detailed insights and metrics for rmc-date-picker-fixminiute
Gathering detailed insights and metrics for rmc-date-picker-fixminiute
npm install rmc-date-picker-fixminiute
Typescript
Module System
Node Version
NPM Version
70.3
Supply Chain
98.5
Quality
72.6
Maintenance
100
Vulnerability
99.6
License
TypeScript (93.63%)
JavaScript (5.31%)
CSS (1.06%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
3,618
Last Day
3
Last Week
15
Last Month
42
Last Year
375
134 Commits
1 Watching
15 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
1.0.2
Package Id
rmc-date-picker-fixminiute@1.0.2
Unpacked Size
63.37 kB
Size
13.77 kB
File Count
52
NPM Version
6.4.1
Node Version
8.14.1
Cumulative downloads
Total Downloads
Last day
200%
3
Compared to previous day
Last week
275%
15
Compared to previous week
Last month
223.1%
42
Compared to previous month
Last year
-51.1%
375
Compared to previous year
React Mobile DatePicker Component (web and react-native)
see example
npm i
npm start
http://localhost:8000/examples/
online example: http://react-component.github.io/m-date-picker/
npm run rn-init
npm run watch-tsc
react-native start
react-native run-ios
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) |
minHour | min Hour [0, 23] | Number | 0 |
maxHour | max Hour [0, 23] | Number | 23 |
minMinute | max Minute [0, 59] | Number | 0 |
maxMinute | max Minute [0, 59] | Number | 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 |
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 | '' |
npm test
npm run chrome-test
npm run coverage
open coverage/ dir
rmc-date-picker is released under the MIT license.
fork自rmc-date-picker,当minuteStep设置为大于等于60小于等于0时,就不显示分钟列,并且时间列显示为8:00这种形式
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More