1.0.2 • Published 1 year ago

react-date-picker-ioc v1.0.2

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

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