Module: UI::ApplicationHelper
- Defined in:
- app/helpers/ui/application_helper.rb
Instance Method Summary collapse
-
#ui_lucide_icon(name, options = {}) ⇒ String
Render a Lucide icon.
Instance Method Details
#ui_lucide_icon(name, options = {}) ⇒ String
Render a Lucide icon
16 17 18 |
# File 'app/helpers/ui/application_helper.rb', line 16 def ui_lucide_icon(name, = {}) lucide_icon(name.to_s, ) end |