Open nathanielrindlaub opened 9 months ago
react-day-picker is worth evaluating. That's what shadcn uses under the hood.
From original date-picker ticket (#121):
I don't love that react-dates forces you to use moment and that it has somewhat poor support for imperatively setting the timezone. Perhaps use React Aria useDatePicker. Alternatively, check out community date picker builds w/ Radix (https://github.com/radix-ui/primitives/issues/1503).