Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation Instructions typo #252

Open
lymperis-e opened this issue May 9, 2024 · 0 comments
Open

Installation Instructions typo #252

lymperis-e opened this issue May 9, 2024 · 0 comments

Comments

@lymperis-e
Copy link

lymperis-e commented May 9, 2024

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",
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant