0.3.0 • Published 1 year ago

mh_date_picker v0.3.0

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

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} />