0.5.0 • Published 2 years ago

date-picker-library v0.5.0

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

date picker library

A date picker react component made with create react app and babel

Installation

  • import library on your project npm install date-picker-library

How to use

  • import DatePicker
import { DatePicker } from "@wilgo001/date-picker-library";
  • call in the return of your components

    <DatePicker id={id} onChange={(newValue) => onChangeCallback(newValue)}/>

    Props

  • id : the id of the node

  • onChange : callback that return the value of input in parameter