date-picker-library

0.5.0 • Public • Published

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

/date-picker-library/

    Package Sidebar

    Install

    npm i date-picker-library

    Weekly Downloads

    1

    Version

    0.5.0

    License

    none

    Unpacked Size

    3.13 kB

    Total Files

    4

    Last publish

    Collaborators

    • wilgo001