_ Prerequisite
_ Install&Setup
- Step.1
- Add font-awesome-rails to Gemfile.
gem "font-awesome-rails"
- Step.2
- Install new gem.
$ bundle install
_ HowToUse
- Step.1
- Add the following line to your view file.
<%= fa_icon "github" %>
Then, you can see the logo for GitHub.
_ Author
S.Yatsuzuka