Sha256: 50b64ba680ebad53e2f440ba5702ce0e6058dd6573509cf53043a1d0529cb92a
Contents?: true
Size: 354 Bytes
Versions: 17
Compression:
Stored size: 354 Bytes
Contents
module ExpressAdmin class Icon < ExpressTemplates::Components::Configurable tag :i has_argument :id, "The name of the ionic icon withouth the ion- prefix. See http://ionicons.com/cheatsheet.html", as: :name, type: [:symbol, :string] before_build { add_class("ion-#{config[:name]}") } end end
Version data entries
17 entries across 17 versions & 1 rubygems