Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jedwatson/react-date-select
A React Date Select / Picker Input Component
https://github.com/jedwatson/react-date-select
Last synced: 14 days ago
JSON representation
A React Date Select / Picker Input Component
- Host: GitHub
- URL: https://github.com/jedwatson/react-date-select
- Owner: JedWatson
- License: mit
- Created: 2015-04-20T04:36:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-23T13:12:51.000Z (about 9 years ago)
- Last Synced: 2024-10-27T21:48:54.913Z (19 days ago)
- Language: CSS
- Size: 1.26 MB
- Stars: 158
- Watchers: 13
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
Under Development
=================**NOTE** This component is currently under development and _doesn't actually work yet_. If you're interested, please add a star / watch the repo and we'll have it ready for use very soon! Thanks :)
React-Date-Select
=================A Date Select / Picker control built with and for [React](http://facebook.github.io/react/index.html). Initially built for use in [KeystoneJS](http://www.keystonejs.com).
## Demo & Examples
Live demo: [jedwatson.github.io/react-date-select](http://jedwatson.github.io/react-date-select/)
To build the examples locally, run:
```
npm install
gulp dev
```Then open [`localhost:8000`](http://localhost:8000) in a browser.
## Project Status
This project is currently under initial development. Feedback and contributions welcome!
## Installation
The easiest way to use React-Date-Select is to install it from NPM and include it in your own React build process (using [Browserify](http://browserify.org), etc).
You can also use the standalone build by including `dist/react-date-select.js` and `dist/react-date-select.css` in your page. If you use this, make sure you have already included the React, Lodash and classNames packages.
```
npm install react-date-select --save
```## Usage
_coming soon_
# License
MIT Licensed. Copyright (c) Jed Watson 2015.