Module: LucideRuby::ViewHelpers
- Defined in:
- lib/lucide_ruby/view_helpers.rb
Instance Method Summary collapse
Instance Method Details
#lucide_icon(name, **options) ⇒ Object
5 6 7 |
# File 'lib/lucide_ruby/view_helpers.rb', line 5 def lucide_icon(name, **) Icon.new(name, **).render end |