silk-bootstrap-rails
silk-bootsrap-rails allows easy use of the famfamfam silk icons found at http://www.famfamfam.com/lab/icons/silk as bootstrap icons. I appreciate the free release of these icons, as well as favbulous for the instructions on how to turn them into sprites http://goo.gl/DLvvj.
Installation
Add this line to your application's Gemfile:
gem 'silk-bootstrap-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install silk-bootstrap-rails
Usage
Add to your assets/stylesheets/application.css:
*= require silk-icons
Use them just like you would the Glyphicons included with bootstrap, replacing icon- with silk- :
<i class="silk-clock"></i>
The icons that are available:
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request