Class: Ui::Collapse
- Includes:
- Stylable
- Defined in:
- lib/ui/collapse.rb,
lib/ui/collapse/panel.rb
Defined Under Namespace
Classes: Panel
Constant Summary
Constants inherited from Component
Instance Method Summary collapse
Methods inherited from Component
#capture, #icon, #render_group
Instance Method Details
#show ⇒ Object
7 8 9 |
# File 'lib/ui/collapse.rb', line 7 def show content_tag(:ul, panels, class: style) end |