Module: NitroKit::IconHelper
- Defined in:
- app/helpers/nitro_kit/icon_helper.rb
Instance Method Summary collapse
Instance Method Details
#nk_icon(name, **attrs) ⇒ Object
5 6 7 |
# File 'app/helpers/nitro_kit/icon_helper.rb', line 5 def nk_icon(name, **attrs) render(NitroKit::Icon.from_template(name, **attrs)) end |