Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/feathericon/feathericon-rails
- Owner: feathericon
- License: mit
- Created: 2016-12-07T02:35:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-18T09:47:51.000Z (over 3 years ago)
- Last Synced: 2024-04-15T02:49:42.457Z (7 months ago)
- Topics: css, gem, icons, rails, rubygem, svg-sprites, webfonts
- Language: CSS
- Size: 429 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: MIT-LICENSE
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.
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).