react-weekday-picker
Customizable weekday picker component for React.js.
This module is based very heavily off of gpbl/react-day-picker (docs and examples).
- select weekdays with CSS modifiers
- easily change style and add content to weekday cells
- ready for i18n, with moment.js or any other library
Usage
npm install react-weekday-picker --save
;; Component { var modifiers = { return weekday == 0 || weekday == 6; } ; return <WeekdayPicker modifiers=modifiers /> }