Class: Ui::Wizard::Content
- Defined in:
- lib/ui/wizard/content.rb
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 10 11 12 13 14 15 16 17 |
# File 'lib/ui/wizard/content.rb', line 7 def show content_tag( :section, content, class: 'ui-wizard__content', data: { position: position, "wizard-target": "content" } ) end |