react-tailwindcss-datepicker
react-tailwindcss-datepicker copied to clipboard
Added class override for most parts of calendar
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
- baseDayClassName
- disabledClassName
- todayClassName
- selectedClassName
- selectedStartClassName
- selectedFullClassName
- selectedEndClassName
- rangeClassName
- btnClassName
- btnActiveClassName
- btnDisabledClassName
- btnFullRoundClassName
- btnContainerClassName
Is there a way to change the color fo this element?
It would be great to inherit the color of the whole container because at the moment i have this problem
Published this package into this:
https://www.npmjs.com/package/gustavolbs-react-tailwindcss-datepicker
can we have this one merged?