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

## Class-level customization Following #29, I've got another approach to customization, which is not limited only to colors, but full class customization. Example: ![image](https://github.com/onesine/react-tailwindcss-datepicker/assets/99666293/467bb58b-7858-40c8-9d3f-fdaa192ab59e) ### Added props: - calendarContainerClassName -...

Hi Guys, I am having a little trouble with the date picker using a template. when i try and switch to dark mode the date picker is not switching. after...

According to the [installation page](https://react-tailwindcss-datepicker.vercel.app/install#simple-usage) in the docs, one should add ```js ... "./node_modules/react-tailwindcss-datepicker/dist/index.esm.js", ... ``` to the tailwind config. The module name is wrong, and should be 'tailwindcss-react-datepicker' to...

Shadow DOM directly influences how event propagate through the DOM. The shadow root is the root node for a shadow tree. It is possible to listen to any event originating...

No need to formatDate since date and firstDate are in dayjs format

Closes #55 The first commit adds a prop "showYearPicker" to the Datepicker which is just passed to the Calendar component, which just sets `const [showYears, setShowYears] = useState(showYearPicker);`. When a...

- range picker of months => [https://reactdatepicker.com/#example-range-month-picker](https://reactdatepicker.com/#example-range-month-picker)

Hey folks! (@onesine ) Big news! I've just dropped a slick new update this library, and we couldn't be more excited to share it with you. But first, let's give...

Fixing issue #150 , #221 ![Screenshot 2023-12-07 at 6 57 08 PM](https://github.com/onesine/react-tailwindcss-datepicker/assets/5467111/2cebab9a-8f8c-4ffd-a9d8-06ae3ba42a9f) Problem: - Calendar doesn't show previous month, all months start with 1. Reason: - This is due to...

when I added a custom color in tailwind.config.js, it didn't support this color only supported documentation mentioned the color