Good react time picker
Do you have any recommendations for a GOOD react time picker
- Works well on mobile and desktop
- Fast to use (the UX is fast and without unnecessary modals, popups...)
- Customizable enough to do things like "only in 5 minute intervals...
Does anyone know of a good component that does all these things? Ideally open source. Or do I need to build something from scratch?
2 Replies
TimeField
Documentation for TimeField in the React Aria package.
from all the reserach I did, this seems to be the only option, thanks