No commit activity in last 3 years
No release in over 3 years
Use famfamfam-silk icons as bootstrap sprites
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 3.1
 Project Readme

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:

silk icons

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request