react-tailwindcss-datepicker
react-tailwindcss-datepicker copied to clipboard
Modern date range picker component for React using Tailwind 3 and dayjs. Alternative to Litepie Datepicker.
I'm facing this issue where all months stars on the same weekday, Sunday. Here are some screenshots. Package versions: ``` react: 17.0.8 react-tailwindcss-datepicker: 1.4.2 dayjs: 1.11.7 ``` Any clue on...
We are using the datepicker and we have users from both Europe and Brazil. Even though we use UTC to string dates in order to keep it same for everyone...
Here is an example of a bug: https://codesandbox.io/s/festive-mclean-tkp23x?file=/src/App.js Step to reproduce: - Choose any date range - Set the today date in select box - Open calendar
It would be great use displayFormat prop with localization Now, using `displayFormat={"D MMMM YYYY"}` just give `11 July 2023` despite set `i18n={"fr"}`
For now the datepicker is using the system theme, hence if my system is dark, the datepicker renders dark. However I put it on a page that have a fixed...
Would it be possible to add a Multiple-date selection?
When I set the default date for the date picker, which is not in the current month, by setting the value prop in the form `{startDate: "YYYY-MM-DD", endDate: "YYYY-MM-DD"}` and...
fixes issue #195
When i am navigating to a 13inch or smaller screen size and the input for date does not have space in bottom the popover renders in the very top of...