bokmann / font-awesome-rails

the font-awesome font bundled as an asset for the rails asset pipeline
http://fortawesome.github.com/Font-Awesome/
MIT License
1.86k stars 244 forks source link

Data attributes #190

Closed SaimonL closed 6 years ago

SaimonL commented 6 years ago

Hi this is not a bug but a feature request. Is there a way to place a data attribute?

<%= fa_icon(:trash, text: 'Delete', data: { url: bla_bla_path(bla), book: { name: 'ABC'} }) %>

HALM style dataset. Good for reusing an icon in multiple places and have JavaScript read dataset.

SaimonL commented 6 years ago

Oh yea it does cool. I wish the document was better.