react-tailwindcss-datepicker icon indicating copy to clipboard operation
react-tailwindcss-datepicker copied to clipboard

Modern date range picker component for React using Tailwind 3 and dayjs. Alternative to Litepie Datepicker.

Results 152 react-tailwindcss-datepicker issues
Sort by recently updated
recently updated
newest added

The disabledDates prop works as expected, except that it makes for a poor user experience on touch devices. The UI suggests that dates are selected when you tap them, but...

It now redirects to all kind of weird scammy websites. Consider removing the link all together, or maybe link to the Github repo? Downside of that is that the Github...

Hi, thank you for the awesome library. I came across a use case where I needed to enable selection of dates only for a specific range (i.e., `enabledDates` similar to...

Thank you very much for this great component, just want to check for birthday picker use case, is there any way to show the picker start from select year and...

I am using iPhone and React Tailwindcss Datepicker's version 1.7.2 when I click on month it is not show me months can you please help me how to fix https://github.com/user-attachments/assets/86347afe-f660-4849-9955-7563724b9b05

Hello there, first of all thanks for the work. I'm experiencing some troubles using the component as single date picker in a form. This is how my component looks like:...

When modifying a selection in calendar and then if I click cancel, Although the value is not changed, the selection in the calendar stays to what I have picked before...

Fix list of month buttons, which are not displayed correctly Steps of the iteration of months ```javascript new Date('2022-8-01') // -> Mon Aug 01 2022 00:00:00 GMT-0600 new Date('2022-9-01') //...