Sha256: e36666621c1cd8620803e762e8a084fa64a53cd6817874d5bfdf1c417e0c654e
Contents?: true
Size: 361 Bytes
Versions: 7
Compression:
Stored size: 361 Bytes
Contents
module Voom module Presenters module DSL module Components module Mixins module ExpansionPanels def expansion_panel(text=nil, **attributes, &block) self << Components::ExpansionPanel.new(parent: self, text: text, **attributes, &block) end end end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems