react-multiple-datepicker
v0.1.0
Published
Multiple Datepicker React
Downloads
1,281
Maintainers
Readme
React Multiple Datepicker 📅
Let's the user pick more than one date from the date picker.
Motivation
After looking at various date picking libraries out there I couldn't find a single one who lets users pick more than one date without enforcing a range, so I decided to write one myself.
Usage
yarn add react-multiple-datepickerimport MultipleDatePicker from 'react-multiple-datepicker'
render() {
<MultipleDatePicker
onSubmit={dates => console.log('selected date', dates)}
/>
}Roadmap
- [ ] Make it responsive
- [ ] Support for
onDateSelectprop. - [ ] Add test cases
Note From Author
Hi, thanks for checking out this library. You can read more about me at https://bilalbudhani.com/about or you can follow me at https://twitter.com/BilalBudhani

