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