Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/feathericon/feathericon-rails

feathericon for Ruby on Rails
https://github.com/feathericon/feathericon-rails

css gem icons rails rubygem svg-sprites webfonts

Last synced: about 1 month ago
JSON representation

feathericon for Ruby on Rails

Awesome Lists containing this project

README

        

![feathericon](https://raw.githubusercontent.com/featherplain/feathericon/master/docs/img_feathericon_white.png "feathericon")

feathericon-rails


feathericon is simple, scalable vector icon font for websites, apps.




Gem Version


Gem Downloads


Website: https://feathericon.github.io/feathericon/

## Usage

Place feathicon with `` tag in your html like this. `fe` class is required to use our icons correctly. Check out [our website](https://feathericon.github.io/feathericon/) to start using icons!

```html

```

## Installation
Add this line to your application's Gemfile:

```ruby
gem 'feathericon-rails'
```

And then execute:
```bash
$ bundle
```

Or install it yourself as:
```bash
$ gem install feathericon-rails
```

## Require

Add this line to your `app/assets/stylesheets/application.css`:
```css
*= require feathericon
```

If you use Sass, check https://github.com/feathericon/feathericon-sass

## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).