Class: Trek::ButtonGroupComponent

Inherits:
Component
  • Object
show all
Defined in:
app/components/trek/button_group_component.rb

Defined Under Namespace

Classes: Button

Instance Method Summary collapse

Instance Method Details

#callObject



6
7
8
9
10
# File 'app/components/trek/button_group_component.rb', line 6

def call
  tag.div(class: root_class) do
    safe_join(buttons)
  end
end