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.
## Class-level customization Following #29, I've got another approach to customization, which is not limited only to colors, but full class customization. Example:  ### 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  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