onesine / react-tailwindcss-datepicker

Modern date range picker component for React using Tailwind 3 and dayjs. Alternative to Litepie Datepicker.
https://react-tailwindcss-datepicker.vercel.app/
MIT License
552 stars 169 forks source link

Installation Instructions typo #252

Closed lymperis-e closed 3 months ago

lymperis-e commented 6 months ago

According to the installation page in the docs, one should add

...
"./node_modules/react-tailwindcss-datepicker/dist/index.esm.js",
...

to the tailwind config.

The module name is wrong, and should be 'tailwindcss-react-datepicker' to work. The line should be replaced wiht

...
"./node_modules/tailwindcss-react-datepicker/dist/index.esm.js",
...
onesine commented 3 months ago

Thanks for the feedback. But I believe that what is in the documentation is correct.

The correct package name is react-tailwindcss-datepicker and not tailwindcss-react-datepicker