kenhyuwa / litepie-datepicker

Litepie Datepicker is a date range picker component for Vue.js and Tailwind CSS, dependent to day.js.
https://litepie.com
MIT License
373 stars 75 forks source link

How can I add custom styles ? #33

Open harshittpandey opened 3 years ago

harshittpandey commented 3 years ago

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

kenhyuwa commented 3 years ago

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

harshittpandey commented 3 years ago

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?