react-date-picker-ioc
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

npm downloads

React Date Picker library

A date picker for your React app.

Pick days, months, years

Installation

$ npm i react-date-picker-ioc

Usage

Usages:

import { DatePicker } from "react-date-picker-ioc";

or

const { DatePicker } = require("react-date-picker-ioc");
import React, { useState } from "react";
function MyApp() {
  const [value, onChange] = useState(new Date());
  return (
    <div>
      <DatePicker onChange={onChange} value={value} />
    </div>
  );
}

Typing Animation Displays My Roles

Input Output Campus

/react-date-picker-ioc/

    Package Sidebar

    Install

    npm i react-date-picker-ioc

    Weekly Downloads

    2

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    4.37 kB

    Total Files

    6

    Last publish

    Collaborators

    • rajesh-gole