Sha256: 7b5e3c7461424f0eaf5e0a098be1ed50e355a1f85c8cafa4ab6d22e28d07764e

Contents?: true

Size: 264 Bytes

Versions: 9

Compression:

Stored size: 264 Bytes

Contents

require 'bootstrap_icons_rails/parsers/bi_icon_parser'

module BootstrapIcons
  module Rails
    module BiIconHelper

      def bi_icon(icon, options = {})
        parser = BiIconParser.new(icon, options)
        parser.get_content_tag
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bootstrap_icons_rails-1.113.02 app/helpers/bootstrap_icons/rails/bi_icon_helper.rb
bootstrap_icons_rails-1.113.01 app/helpers/bootstrap_icons/rails/bi_icon_helper.rb
bootstrap_icons_rails-1.91.01 app/helpers/bootstrap_icons/rails/bi_icon_helper.rb
bootstrap_icons_rails-1.83.01 app/helpers/bootstrap_icons/rails/bi_icon_helper.rb
bootstrap_icons_rails-1.72.01 app/helpers/bootstrap_icons/rails/bi_icon_helper.rb
bootstrap_icons_rails-1.61.01 app/helpers/bootstrap_icons/rails/bi_icon_helper.rb
bootstrap_icons_rails-1.50.00 app/helpers/bootstrap_icons/rails/bi_icon_helper.rb
bootstrap_icons_rails-1.41.01 app/helpers/bootstrap_icons/rails/bi_icon_helper.rb
bootstrap_icons_rails-1.20.16 app/helpers/bootstrap_icons/rails/bi_icon_helper.rb