danawoodman / react-fontawesome

A React Font Awesome component.
https://www.npmjs.com/package/react-fontawesome
MIT License
668 stars 72 forks source link

Title prop would be extremely useful #74

Closed kello3000 closed 6 years ago

kello3000 commented 6 years ago

ie. for having a description for a warning or error etc.

Using a wrapper for the title prop sure works but it's not very elegant and produces unnecessary clutter.

danawoodman commented 6 years ago

You can pass in any prop you want. Try:

<FA name=“rocket” title=“Rocket go vroom!” />
kello3000 commented 6 years ago

Sorry, go this mixed up with the Font Awesome 5 component...