module Lookbook::UiElementsHelper
def icon(name, **opts)
-
opts(Hash) -- Options hash -
name(Symbol, String) -- Name of the icon
def icon(name, **opts) lookbook_render :icon, name: name, **opts end
opts
(Hash)
-- Options hash
name
(Symbol, String)
-- Name of the icon
def icon(name, **opts) lookbook_render :icon, name: name, **opts end