We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I develop an app in next.js. I installed the library and imported it:
import AddToCalendar from 'react-add-to-calendar'
The calendar looked like:
So I installed and configured next-css und imported also the CSS:
import 'react-add-to-calendar/dist/react-add-to-calendar.min.css'
Now the button looks much better, but the styles are a bit strange:
The text was updated successfully, but these errors were encountered:
Was there any other change you had to do to make it work in a Next.JS project? The button renders for me, but the functionality is not working.
Sorry, something went wrong.
No branches or pull requests
I develop an app in next.js. I installed the library and imported it:
import AddToCalendar from 'react-add-to-calendar'
The calendar looked like:
So I installed and configured next-css und imported also the CSS:
import 'react-add-to-calendar/dist/react-add-to-calendar.min.css'
Now the button looks much better, but the styles are a bit strange:
The text was updated successfully, but these errors were encountered: