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.
This PR addresses #140. Problem: When `asSingle` is enabled, the datepicker ignores `showFooter` and submits when a value is picked instead of waiting for button click. Solution: check if `showFooter`...
Read-only mode not working. I want request props for hide "clear button".
Using Tailwind CSS, I can customize my colors as described in the [documentation](https://tailwindcss.com/docs/customizing-colors). I'd like to be able to create custom colors and apply them to the datepicker instead of...
So the outside world can customise this. This is important to control z-index with other components on the page as it's hardcoded in the package.
Add an option to apply a mask to the input.
I was wondering if you could add time range as a feature? Btw. the component is very nice and useful! :D
Hi Each html tags should have custom classnames to enable easy customization especially for the calendar
Without events like focus, blur, and input change (even if invalid) it is challenging to build a full form experience. So far I had to use a hack to try...
I think there should be prop in this component which accepts to toggle between the light and dark themes.
Hi! I would love to see an inline option for this date picker, hiding the input tag and just showing the date picker itself.