jasonsalzman / react-add-to-calendar

A simple, customizable, and reusable Add to Calendar button component for React
https://jasonsalzman.github.io/react-add-to-calendar/
MIT License
181 stars 123 forks source link

update readme with styling import and override #60

Open andreidobrinski opened 3 years ago

andreidobrinski commented 3 years ago

I experienced with issue with styles not being loaded by default when importing with Create React App.

I noticed two issues (#32 and #29 ) that had the answer I was looking for - importing the CSS file.

I added this to the README as well as some info about overriding default styles.

Hope this helps!