Sha256: a3abc5858ac41273f86a12ef526df32b687182a50c594b8bbdd4ac09ea0f35b1
Contents?: true
Size: 947 Bytes
Versions: 6
Compression:
Stored size: 947 Bytes
Contents
# Silk Icons This is a collection of Mark James's Silk icons tailored to use as Rails assets. ## Installation In your project's Gemfile, add the following line and rerun Bundler. gem 'silk_icons' ## Hot to Use In views, the `silk_icon_tag` helper inserts an image tag corresponding to the icon with the given name. For example, to display `tick.png`, use <%= silk_icon_tag 'tick' %> Each icon also has CSS class which can be used to specify that icon as background image. To use them, add /* =require silk_icons */ to your `app/assets/stylesheets/application.css`. The rule these class names follow is `silk_icon-`<var>name</var>. ## Terms of Use The Silk icon set iself is created by Mark James and can be distributed under [CC BY 2.5 or 3.0][1]. ## Contact Drop me a message at [GitHub][2] or [Twitter][3]. [1]: http://www.famfamfam.com/lab/icons/silk/ [2]: https://github.com/sakuro [3]: http://twitter.com/sakuro
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
silk_icons-1.2.3 | README.md |
silk_icons-1.2.2 | README.md |
silk_icons-1.2.1 | README.md |
silk_icons-1.2.0 | README.md |
silk_icons-1.1.1 | README.md |
silk_icons-1.1.0 | README.md |