mh_date_picker
v0.3.0
Published
lib for full custom date picker for React JS
Readme
Getting Started with the lib
npm i mh_date_picker
To use the lib
In the component of your choice import :
import InputDate from "mh_date_picker";
Then :
<InputDate date={new Date("2012-05-30")} onClick= {handleChangeDateStart} width={200} />