react-add-to-calendar
react-add-to-calendar copied to clipboard
No styling is loaded
Hi,
I installed the version 0.1.5 and then tried the 0.1.4 . Every is fine less the styling. There is not styling or icons been loaded, even on the simpler version. Am i lacking some dependency?
I have the same issue , Do u manage to solve it ?
I am also having the same issue.
I took the full project from git, and re-did the styling. It was the only way to solve it for me
I ran into some issues loading the CSS with our Webpack setup. Copying over the styles allowed me to modify them and yank the stuff I didn't need...
Works great. Thanks @jasonsalzman!
any update?
Same issue here
Hi everyone, you need to import the CSS file to overcome this issue Which can be imported from this library.
import AddToCalendar from "react-add-to-calendar";
import 'react-add-to-calendar/dist/react-add-to-calendar.css'
... //code
<AddToCalendar event={event} />
Hi Is this issue fixed, i am also facing the same issue.