Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 965 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 965 Bytes

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.

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 !_!