Closed lymperis-e closed 3 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", ...
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
react-tailwindcss-datepicker
tailwindcss-react-datepicker
According to the installation page in the docs, one should add
to the tailwind config.
The module name is wrong, and should be 'tailwindcss-react-datepicker' to work. The line should be replaced wiht