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
505 stars 147 forks source link

Installation Instructions typo #252

Open lymperis-e opened 1 month ago

lymperis-e commented 1 month 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",
...