Sha256: ba4a2f9afdfbde72c3f5ee05111ba195c52fd0958b7c6ba01c4b78bcb2e561ca
Contents?: true
Size: 447 Bytes
Versions: 44
Compression:
Stored size: 447 Bytes
Contents
module ExpressAdmin module Components module Navigation 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 end end
Version data entries
44 entries across 44 versions & 1 rubygems