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

Does not support Tailwind v3 #79

Open AliMosbah opened 2 years ago

AliMosbah commented 2 years ago

There is a problem with support for Tailwind v3 The package is not compatible

marcotas commented 2 years ago

Yeah the npm package is still incompatible with Tailwind 3. Any chance to update the NPM package? Or how can we use the version compatible with Tailwind v3?

image
nirgn975 commented 2 years ago

I recommend using vue-tailwind-datepicker. It's has the same features and it's updated to vue3 and tailwind3.

elreco commented 2 years ago

too Stuck and stopped

Hi 😄 if you got any issue please let me know

jervis446 commented 1 year ago

Not working for me also, any other alternative ??

sentiasa commented 1 year ago

Hi @kenhyuwa

I think you haven't tagged the release (1.0.15) that's why we can't download it. Also, tried @next but seeing the same error.

I think if you tag the main branch as 1.0.15, we'll be able to use it.

$ npm install -S litepie-datepicker@next

npm ERR! code ETARGET
npm ERR! notarget No matching version found for litepie-datepicker@next.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/bertug/.npm/_logs/2023-03-06T15_01_17_932Z-debug-0.log

$ npm install -S litepie-datepicker@1.0.15

npm ERR! code ETARGET
npm ERR! notarget No matching version found for litepie-datepicker@1.0.15.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/bertug/.npm/_logs/2023-03-06T15_03_09_662Z-debug-0.log
sentiasa commented 1 year ago

I recommend using vue-tailwind-datepicker. It's has the same features and it's updated to vue3 and tailwind3.

I moved to vue-tailwind-datepicker too, it was a swift change and didn't require anything extra. Thanks @nirgn975