1.0.1 • Published 2 years ago

react-next-dates v1.0.1

Weekly downloads
33
License
MIT
Repository
github
Last release
2 years ago

npm NPM npm

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

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