DmitryEfimenko / TwitterBootstrapMvc

Fluent implementation of ASP.NET-MVC HTML helpers for Twitter Bootstrap.
Apache License 2.0
224 stars 79 forks source link

How to use font awesome icons in TBMVC? #409

Closed Guy--L closed 8 years ago

Guy--L commented 8 years ago

I see the discussion referring to an FAIcon enumeration but don't see it in my intellisense/source.

How does it work? I've got the latest of all three.

DmitryEfimenko commented 8 years ago

I can recall in that discussion I said that I'm not going to introduce enums for font awesome icons because it'll be a maintenance nightmare. It especially does not make sense to do since it's a matter of just using the right font awesome class (which most likely you'll have to look up on their documentation website anyway). For usage of Icons via BMVC refer to this page

Guy--L commented 8 years ago

Thank you.