
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
react-next-dates
Advanced tools
Simple and Customizable DatePicker, DateRangePicker and TimePicker for React.
React Next Dates is available on NPM.
For date operations and translations, React Next Dates use date-fns as peerDependencies. Don't forget to install it.
npm install react-next-dates date-fns --save
yarn add react-next-dates date-fns
| Library | Version |
|---|---|
| date-fns | ^2.0.0 |
| react | >=16 |
| react-dom | >=16 |
Don't forget to inject stylesheet on your app.
import 'react-next-dates/dist/style.css';
import 'react-next-dates/dist/style.scss';
See Theming Section
All documentation is available on StoryBook.
Quick links :
This library was created with dts
React Next Dates is highly inspired by :
FAQs
Simple and Customizable DatePicker, DateRangePicker and TimePicker for React.
We found that react-next-dates 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.