litepie-datepicker icon indicating copy to clipboard operation
litepie-datepicker copied to clipboard

How can I add custom styles ?

Open harshittpandey opened this issue 4 years ago • 2 comments

is there any prop to pass custom theme classes? just like https://vue-tailwind-picker.netlify.app/options/#theme

harshittpandey avatar Jul 06 '21 16:07 harshittpandey

just change tailwind.config.js, here...

kenhyuwa avatar Jul 06 '21 16:07 kenhyuwa

I am overriding the basic configurations. let's suppose default p-1 = 0.25rem but I am changing it to p-1 = 10px In such cases, styles of <litepie-datepicker> will break. is there any prop that allows me to override the default styles of the component?

harshittpandey avatar Jul 06 '21 17:07 harshittpandey