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

Don't include font awesome by default #38

Open flippidippi opened 5 years ago

flippidippi commented 5 years ago

Font awesome should be an optional css dependency as to not bloat the css if not using icons that can be turned off.

HenriqueDerosa commented 4 years ago

Also, it should have a component prop to include an editable content for the button, so we can add icons easily (using same lib we use in our project).