Module: Rubicons::Heroicons2::RailsHelper

Included in:
Phlex
Defined in:
lib/rubicons/heroicons2/rails_helper.rb

Overview

Rails view helper for Heroicons v2

Instance Method Summary collapse

Instance Method Details

#heroicon2(name, options = {}) ⇒ Object



7
8
9
# File 'lib/rubicons/heroicons2/rails_helper.rb', line 7

def heroicon2(name, options = {})
  Rubicons::Heroicons2.icon(name, **options).html_safe
end

#heroicon2!(name, options = {}) ⇒ Object



11
12
13
# File 'lib/rubicons/heroicons2/rails_helper.rb', line 11

def heroicon2!(name, options = {})
  Rubicons::Heroicons2.icon!(name, **options).html_safe
end