Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ldgit/yard
yet another react datepicker
https://github.com/ldgit/yard
Last synced: 23 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:12:35.000Z (about 2 years ago)
- Last Synced: 2024-10-26T14:34:04.979Z (2 months ago)
- Language: JavaScript
- Size: 3.36 MB
- Stars: 0
- Watchers: 2
- 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