litepie-datepicker
litepie-datepicker copied to clipboard
How can I add custom styles ?
is there any prop to pass custom theme classes? just like https://vue-tailwind-picker.netlify.app/options/#theme
just change tailwind.config.js, here...
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?