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
- Two selection modes: single and multiple (for non consecutive dates)
 - Dialog mode for mobile devices
 - Easy internationalization
 - Customizable with SCSS variables.
 
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
- 
        Development server
        
npm run dev. - 
        Build
        
npm run build; 
Source code is written in CoffeeScript with coffee-react and webpack .
TODO
- Bower package
 - Document properties
 - Tests !_!