Sha256: f16c0e211047631a9218e0125916608040dc2f107dc9a993191f98c100fbc769

Contents?: true

Size: 617 Bytes

Versions: 1

Compression:

Stored size: 617 Bytes

Contents

# forticons_helper

[![Gem version](https://img.shields.io/gem/v/forticons_helper.svg)](https://rubygems.org/gems/forticons_helper)


This rails helper lets you easily include svg forticons in your rails apps.

## Install

1. Add this to your `Gemfile`

    ```rb
    gem 'forticons_helper'
    ```

3. Use this tag in your erbs

    ```rb
    <%= forticon "alert", :height => 32,  :class => "right left", :"aria-label" => "hi" %>
    ```
We recommend including the CSS in the [`@primer/forticons`](/packages/javascript) npm module. You can also npm install that package and include `build/build.css` in your styles.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
forticons_helper-0.0.4 README.md