Class: UI::Icon

Inherits:
Base
  • Object
show all
Defined in:
app/views/ui/icon.rb

Constant Summary

Constants inherited from Base

Base::TAILWIND_MERGER

Instance Method Summary collapse

Methods inherited from Base

#before_template

Instance Method Details

#view_templateObject



18
19
20
# File 'app/views/ui/icon.rb', line 18

def view_template
  icon(name, class: classes, variant:)
end