Class: Ui::Collapse

Inherits:
Component
  • Object
show all
Includes:
Stylable
Defined in:
lib/ui/collapse.rb,
lib/ui/collapse/panel.rb

Defined Under Namespace

Classes: Panel

Constant Summary

Constants inherited from Component

Ui::Component::VIEWPATH

Instance Method Summary collapse

Methods inherited from Component

#capture, #icon, #render_group

Instance Method Details

#showObject



7
8
9
# File 'lib/ui/collapse.rb', line 7

def show
  (:ul, panels, class: style)
end