Module: Rubicons::RemixIcon::RailsHelper
- Included in:
- Phlex
- Defined in:
- lib/rubicons/remix_icon/rails_helper.rb
Overview
Rails view helper for Remix Icons
Instance Method Summary collapse
Instance Method Details
#remix_icon(name, options = {}) ⇒ Object
7 8 9 |
# File 'lib/rubicons/remix_icon/rails_helper.rb', line 7 def remix_icon(name, = {}) Rubicons::RemixIcon.icon(name, **).html_safe end |
#remix_icon!(name, options = {}) ⇒ Object
11 12 13 |
# File 'lib/rubicons/remix_icon/rails_helper.rb', line 11 def remix_icon!(name, = {}) Rubicons::RemixIcon.icon!(name, **).html_safe end |