react-day-picker

WebJar for react-day-picker

License

License

MIT
Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

react-day-picker
Last Version

Last Version

7.4.5
Release Date

Release Date

Type

Type

jar
Description

Description

react-day-picker
WebJar for react-day-picker
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/gpbl/react-day-picker

Download react-day-picker

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/react-day-picker/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>react-day-picker</artifactId>
    <version>7.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-day-picker/
implementation 'org.webjars.npm:react-day-picker:7.4.5'
// https://jarcasting.com/artifacts/org.webjars.npm/react-day-picker/
implementation ("org.webjars.npm:react-day-picker:7.4.5")
'org.webjars.npm:react-day-picker:jar:7.4.5'
<dependency org="org.webjars.npm" name="react-day-picker" rev="7.4.5">
  <artifact name="react-day-picker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-day-picker', version='7.4.5')
)
libraryDependencies += "org.webjars.npm" % "react-day-picker" % "7.4.5"
[org.webjars.npm/react-day-picker "7.4.5"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : prop-types jar [15.6.2,16)

Project Modules

There are no modules declared in this project.

react-day-picker

Lightweight date picker component for React.js.

npm version npm downloads

Get started

npm install react-day-picker
import DayPicker from "react-day-picker";
import "react-day-picker/lib/style.css";

export default function Hello() {
  return <DayPicker />;
}

Documentation

v8 is coming!

The next version will be a rewrite in TypeScript. Read more here or follow the project status.

See packages/react-day-picker for more details.

Versions

Version
7.4.5
7.4.0
7.3.2
7.3.0
7.2.4
6.1.0
5.5.3
3.1.1
3.0.0
2.5.0
2.4.1
2.3.3
1.3.0