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

Hello there. It would be useful to have the possibility to define the max span of a range, let say 3 months or 7 days. This would be relative to...

Can you please add gray color to the primary color options?

Possible fix for Calendar position when input come from left / right side of the screen

When using npm, it needs to use `run` command to run scripts.

Hi! Thanks for your amazing work! I'm using this date picker usefully. During my usage, I noticed that both startDate and endDate can accept values of type number, even though...

In the doc, demo code shows as follow: ```typescript import React, {useState} from "react"; import Datepicker from "react-tailwindcss-datepicker"; const App = () => { const [value, setValue] = useState({ startDate:...

Hi there, for example like job reschedule use case, we do not want user be able to clear the current schedule date, only can do reschedule. So need able to...

Hello! First (actually again as I've already posted here) thanks a lot for this lib, it is very useful! I've noticed an issue with the properties 'transition-all duration-300' that are...

Hi, this date picker component is awesome, but when I was testing the demo in the official website (https://react-tailwindcss-datepicker.vercel.app/demo), I think I found a bug. Today is July 24, let's...

Thanks for the great library! I'm not sure if this has been requested before, so forgive me if this is a dupe. I am using this package inside a Remix...