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

Googles Page Speed Insights shows me the following error: > Many HTML elements can only be assigned certain ARIA roles. Using ARIA roles where they are not allowed can interfere...

Datepicker should take full height of its container (same thing already does for its width), so we can control it better. ### Current ![Screenshot from 2024-10-24 14-33-22](https://github.com/user-attachments/assets/ae4ba3d0-4098-4e5e-8003-bff897060aa9) ### After ![Screenshot...

Corrected issue with opacity css value: from opacity-1 to opacity-100.

add color brand: { DEFAULT: '#0f766e' } in tailwind.config.js and than use primaryColor="brand" but not working

- Add timezone prop to support various timezones instead of being limited to current system timezone - Added `getCurrentDate()` and `isValidTimezone()` utility functions - Updated shortcuts to use timezone-aware date...

Hello, love the library. Please could a new release be published? There has not been one since Feb and some improvements since then I'd love to pick up :)

**Description:** When passing a custom date range (e.g., `2022-01-01` to `2023-01-01`) into the `value` prop, the datepicker renders the current date (2025) instead of the provided values. --- **Steps to...

Hi @onesine, do you have any plans to allow for the calendar to be rendered in a portal? I have a use case where I render a form with the...

I'm working with React 18 and wanted to install this version of the Datepicker. I ran `npm install [email protected]` and updated the dependencies to match. Then I added the following...