Skip to content

Latest commit

 

History

History

bootstrap-icons-helper

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

bootstrap-icons-helper

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

Install

  1. Add this to your Gemfile

     $ gem 'bootstrap-icons-helper'
    
  2. Use this tag in your erbs

     $ <%= bootstrap_icon "check", width: 5, height: 5, fill: "blue" %>
    

Docs

To know more about the accepted options, see bootstrap-icons-gem.