Class: Matestack::Ui::Bootstrap::Components::ButtonGroup

Inherits:
Component
  • Object
show all
Defined in:
app/concepts/matestack/ui/bootstrap/components/button_group.rb

Instance Method Summary collapse

Instance Method Details

#responseObject



7
8
9
10
11
# File 'app/concepts/matestack/ui/bootstrap/components/button_group.rb', line 7

def response 
  div buttongroup_attributes do
    yield_components
  end
end