react-multiple-datepicker

0.1.0 • Public • Published

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-datepicker
import MultipleDatePicker from 'react-multiple-datepicker'
 
 
render() {
  <MultipleDatePicker
    onSubmit={dates => console.log('selected date', dates)}
  />
}

Roadmap

  • Make it responsive
  • Support for onDateSelect prop.
  • 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

Package Sidebar

Install

npm i react-multiple-datepicker

Weekly Downloads

142

Version

0.1.0

License

MIT

Unpacked Size

60.2 kB

Total Files

20

Last publish

Collaborators

  • bilalbudhani