OMikkel / tailwind-datepicker-react

A tailwindcss/flowbite datepicker component built as a react component with types
https://omikkel.github.io/tailwind-datepicker-react/
MIT License
159 stars 68 forks source link

Works but width of the months container is off. #35

Open Inzendis opened 1 year ago

Inzendis commented 1 year ago

So it works as intented but the width is off. I found out that on file: src/Components/Views/Months.tsx

on line 9, if I change the w-64 to w-full its perfect. Same applies to Day.tsx and Year.tsx

The workaround is to set the datepickerClassNames to any smaller width and it adjusts.

Thought if you want a wider calendar then you can't do anything about it.