A fully customizable datetime picker compontent library for React.js
React Datetime Picker
A fully customizable datetime picker compontent library for React.js
Installation
$ npm install @julienvanbeveren/react-datetime-picker
Usage
Import the component
import { DatePicker } from '@julienvanbeveren/react-datetime-picker'
Use the component
<DatePicker />
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Add your changes:
git add .
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request ?
Authors
Julien Van Beveren
License
MIT License © Julien Van Beveren