Sha256: d20c6e38d109db1919c72a0f1956d593ffe59e9199315bf97150aaa46839b3e6
Contents?: true
Size: 494 Bytes
Versions: 14
Compression:
Stored size: 494 Bytes
Contents
module Voom module Presenters module DSL module Components module Mixins module Tooltips def tooltip(text= nil, **attribs, &block) return @tooltip if locked? @tooltip = Components::Tooltip.new(parent: self, text: text, context: context, **attribs, &block) end end end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems