New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-next-dates

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-next-dates

Simple and Customizable DatePicker, DateRangePicker and TimePicker for React.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Simple and Customizable DatePicker, DateRangePicker and TimePicker.


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 :

Keywords

react

FAQs

Package last updated on 05 Jul 2023

Did you know?

Socket

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.

Install

Related posts