https://github.com/ldgit/yard
yet another react datepicker
https://github.com/ldgit/yard
Last synced: 22 days ago
JSON representation
yet another react datepicker
- Host: GitHub
- URL: https://github.com/ldgit/yard
- Owner: ldgit
- License: mit
- Created: 2019-04-14T16:50:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:12:35.000Z (over 2 years ago)
- Last Synced: 2025-06-17T06:02:15.038Z (22 days ago)
- Language: JavaScript
- Size: 3.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React datepicker experiment
Just an experiment to see how easy it is to integrate a not-reactive library with React.
Uses [flatpickr](https://github.com/flatpickr/flatpickr) datetime picker internally. **Note:** [fully working library](https://github.com/haoxins/react-flatpickr) exists that already does this with flatpickr.
Guidelines:
- encapsulated internal datepicker (can be replaced without affecting client code)
- must use React hooks API
- unit tested
- must work in IE9 or specify necessary polyfills