Class: Ui::Wizard::Content

Inherits:
Component
  • Object
show all
Defined in:
lib/ui/wizard/content.rb

Constant Summary

Constants inherited from Component

Component::VIEWPATH

Instance Method Summary collapse

Methods inherited from Component

#capture, #icon, #render_group

Instance Method Details

#showObject



7
8
9
10
11
12
13
14
15
16
17
# File 'lib/ui/wizard/content.rb', line 7

def show
  (
    :section,
    content,
    class: 'ui-wizard__content',
    data: {
      position: position,
      "wizard-target": "content"
    }
  )
end