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 --saveyarn 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 :
