react-next-dates
v1.0.1
Published
Simple and Customizable DatePicker, DateRangePicker and TimePicker for React.
Downloads
476
Maintainers
Readme
Installation
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.
Install package
With NPM :
npm install react-next-dates date-fns --save
With Yarn :
yarn add react-next-dates date-fns
Peer Dependencies
| Library | Version |
| --------- | -------- |
| date-fns | ^2.0.0
|
| react | >=16
|
| react-dom | >=16
|
Add styles
Don't forget to inject stylesheet on your app.
CSS
import 'react-next-dates/dist/style.css';
Sass
import 'react-next-dates/dist/style.scss';
See Theming Section
Documentation
All documentation is available on StoryBook.
Quick links :
Development
This library was created with dts
Credits
React Next Dates is highly inspired by :