Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"presets": [
[
"env",
{
"targets": {
"browsers": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9" // React doesn't support IE8 anyway
]
}
}
],
"react"
]
}
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
lib/
node_modules/
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extends: ["standard", "standard-react"]
5 changes: 0 additions & 5 deletions .eslintrc.json

This file was deleted.

5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
dist/
lib/
node_modules/
package-lock.json
theme/
base.css
index.css
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ build
node_modules
.idea
.babelrc
docs/
4 changes: 0 additions & 4 deletions .tern-project

This file was deleted.

13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,24 @@ react-date-picker
## Please note:
This is not the official repo. I created this repo because the official repo at [zippyui/react-date-picker](https://github.com/zippyui/react-date-picker) disappeared (the whole organisation did so).

This package is published as `react-date-picker-reborn` (`npm install react-date-picker-reborn`).
Unless someone is willing to take over, I'll just do maintenance. This means:
- No new features
- Bugs may get resolved
- PRs fixing bugs will be resolved
- Upgrades of dependencies will be done from time to time

## Old README

<!-- [![Circle CI](https://circleci.com/gh/zippyui/react-date-picker/tree/master.svg?style=svg)](https://circleci.com/gh/zippyui/react-date-picker/tree/master) -->

<img src="http://npm.packagequality.com/badge/react-date-picker.png"/>

> A carefully crafted date picker built especially for React, with love.

[![Date picker](./react-date-field.png)](http://zippyui.com/docs/react-date-picker)
[![Date picker](./docs/react-date-field.png)](http://zippyui.com/docs/react-date-picker)

[![Date picker](./picker.gif)](http://zippyui.com/docs/react-date-picker)
[![Date picker](./docs/picker.gif)](http://zippyui.com/docs/react-date-picker)

Click for [LIVE DEMO!](http://zippyui.com/docs/react-date-picker/examples)

Expand Down
271 changes: 0 additions & 271 deletions README.v4.md

This file was deleted.

Loading