Simple and Customizable DatePicker, DateRangePicker and TimePicker for React.
npm install react-next-dates

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.
``sh`
npm install react-next-dates date-fns --save
`sh`
yarn add react-next-dates date-fns
| Library | Version |
| --------- | -------- |
| date-fns | ^2.0.0 |>=16
| react | |>=16
| react-dom | |
Don't forget to inject stylesheet on your app.
`js`
import 'react-next-dates/dist/style.css';
`js``
import 'react-next-dates/dist/style.scss';
> See Theming Section
All documentation is available on StoryBook.
Quick links :
- Installation
- Theming
- Customization
- DatePicker
- DateRangePicker
- TimePicker
This library was created with dts
React Next Dates is highly inspired by :