tailwind-datepicker-react icon indicating copy to clipboard operation
tailwind-datepicker-react copied to clipboard

A tailwindcss/flowbite datepicker component built as a react component with types

Results 35 tailwind-datepicker-react issues
Sort by recently updated
recently updated
newest added

We can't manipulate date references without clone it, otherwise it will change the original value: ![image](https://github.com/OMikkel/tailwind-datepicker-react/assets/1197923/b2c5f87d-077a-4583-ba94-e29054a3248b) So this was causing some issues with the max and min limits in the...

When I select any date before 1970, date picker calendar does not show selected date.

Why am I getting this error: Type '{ title: string; autoHide: boolean; todayBtn: boolean; clearBtn: boolean; clearBtnText: string; maxDate: Date; minDate: Date; theme: { background: string; todayBtn: string; clearBtn: string;...

How do I customize NextBtn, PrevBtn and Middle button of the date picker with tailwind classes in my NextJs project?