0.0.6 • Published 5 years ago

my-react-date-picker v0.0.6

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

React Date Picker

Date picker

Commands

  • npm test - Run tests with linting and coverage results.

  • npm run build - Babel will transpile ES6 => ES5 and minify the code.

  • npm start - Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

Installation

The package can be installed via NPM:

npm install my-react-date-picker --save

You’ll need to install React and PropTypes separately since those dependencies aren’t included in the package.

import React from "react";
import DatePicker from "my-react-date-picker";

import "my-react-date-picker/dist/react-datepicker.css";

License

MIT © Sajan

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago