Skip to content

julienvanbeveren/react-datetime-picker

Repository files navigation

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 😎

Also, see CONTRIBUTING.md for information on contributions for react-datetime-picker.

Authors

Julien Van Beveren

License

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

About

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

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •