0.1.0 • Published 2 years ago

date-picker-drop-down2 v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Drop down Date Picker

This npm package lets you input the date using drop down.

Example

import DropDownDatePicker from 'date-picker-drop-down2'
const handleChange = (date)=>{

}
<DropDownDatePicker
handleChange = {handleChange}
>

props

accepted prop is

handleChange function which will get the date returned form the package.