danawoodman / react-fontawesome

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

Feature request - add support for title attribute ? #66

Closed rm-hull closed 6 years ago

rm-hull commented 6 years ago

It would be nice if this were supported. Would you be prepared to accept a PR with this in?

danawoodman commented 6 years ago

It should just work since we pass along props. Just do <FA title="Look a rocket!" name="rocket" />. Reopen if that doesn't work 🕺

rm-hull commented 6 years ago

ok, cool - missed the bit in the readme that mentioned this: Add your own classNames, styles and other props (all additional props are passed directly to the component).

danawoodman commented 6 years ago

Glad you got it working! 🚀