@julienvanbeveren/react-datetime-picker

1.0.4 • Public • Published

React Datetime Picker

A fully customizable datetime picker component library made with and for React.js

Installation

$ npm install @julienvanbeveren/react-datetime-picker

Usage

Quick start

import { DatePicker } from '@julienvanbeveren/react-datetime-picker'
<DatePicker />

Documentation

prop type required default description
minDate Date false - disables all dates before the specified date
maxDate Date false - disables all dates after the specified date
defaultValue Date false - sets selected date to the provided defaultDate
submitOnChange boolean false false removes submit button and auto submits when date is clicked

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Add your changes: git add .
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request 😎

Authors

Julien Van Beveren

License

This repository's contents are subjected to be under the MIT License. © Julien Van Beveren

Readme

Keywords

none

Package Sidebar

Install

npm i @julienvanbeveren/react-datetime-picker

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

50.6 kB

Total Files

25

Last publish

Collaborators

  • julienvanbeveren