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
160 stars 68 forks source link

size adjustment #18

Open naftali-breuning opened 1 year ago

naftali-breuning commented 1 year ago

Hey, awesome component! I can't figure out how to change the height. i don't see anything in the props that allows for this and trying to constrain within a parent div also doesn't work.

Is there any way for me to do this?

thanks!

nadamai commented 1 year ago

You can style the element using theme attribute in the datepicker options. If your style is overwritten by any existing style you can use ! symbol before the desired class.