
Product
A New Design for GitHub PR Comments
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.
react-range-picker
Advanced tools
React Js based date/range picker. With this picker user can select date or range in the single calander not like other pickers which gives you two calander to pick start date and end date.
React Js based date/range picker, unlike other range pickers it uses single calendar to select the range. Click here to see it in action
$ npm i react-range-picker --save
import RangePicker from "react-range-picker"
<RangePicker/>
API | Type | Description |
---|---|---|
defaultValue | object | set default values for the calendar - {startDate: Date, endDate: Date} |
onDateSelected | function | gets called each time date/time gets selected (params - startDate, startDate) |
onClose | function | gets called when calendar closes or ok/select button is pressed |
closeOnSelect | boolean | if true picker will hide on select of a date or range (default false) |
disableRange | boolean | if true user can select only one date (default false) |
selectTime | boolean | if true, time select will show up on date select (default false) |
rangeTillEndOfDay | boolean | if true, then second selected date for range will have time of end of the day (11.59 PM) else it will have time of start of the day (12:00 AM) |
placeholder | function => ReactComponent | change placeholder, placeholder function will recieve following object as param - {startDate (date object),endDate (date object)} |
placeholderText | string | replaces placeholder default text |
dateFormat | string | format of placeholder date |
footer | function => ReactComponent | change footer, footer function will recieve following object as param - {startDate (date object), endDate (date object),today (function) - to select today's date, close (function) - closes the calendar and calls, onClose callback passed by user} |
Followings are the variables for the date format.
dd
- dateDD
- day shortDDDD
- day fullmm
- monthMM
- month shortMMMM
- month fullyyyy or YYYY
- full yearh
- hoursmi
- minutesa
- lowercase period (am),A
- capital period (AM)FAQs
React Js based date/range picker. With this picker user can select date or range in the single calander not like other pickers which gives you two calander to pick start date and end date.
The npm package react-range-picker receives a total of 363 weekly downloads. As such, react-range-picker popularity was classified as not popular.
We found that react-range-picker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.
Product
Our redesigned Repositories page adds alert severity, filtering, and tabs for faster triage and clearer insights across all your projects.
Security News
Slopsquatting is a new supply chain threat where AI-assisted code generators recommend hallucinated packages that attackers register and weaponize.