rdpicker - React Date Picker

Rdpicker is a simple and lightway React component to select dates (datepicker). It's already being used in production by Gudog , however it's still under heavy development.

Single
React.createElement(Rdpicker, {selectionType: 'single'})
Multiple
React.createElement(Rdpicker, {selectionType: 'multiple'})

Features

Dependencies

Rdpicker depends on the following packages:

Note these packages are not included in the final javascript file ('./dist/rdpicker'), you'll need to include them yourself.

Development

Source code is written in CoffeeScript with coffee-react and webpack .

TODO